#7328DF

Color #7328DF Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7328DF

Tints of Blue Violet #7328DF

Color information

#7328DF (or 0x7328DF) is unknown color: approx Blue Violet. HEX triplet: 73, 28 and DF. RGB value is (115,40,223). Sum of RGB (Red+Green+Blue) = 115+40+223=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #7328DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7328DF is #8CD720. Grayscale: #525252. Windows color (decimal): -9230113 or 14624883. OLE color: 14624883.

HSL color Cylindrical-coordinate representation of color #7328DF: hue angle of 264.59º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7328DF is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11540223-
CMYK0.480.8200.13
HSL264.59º74.09%51.57%-
HSV(B)264.59º82.06%87.45%-
XYZ21.1510.4970.72-
YUV83.29206.85150.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 30.42%
GREEN value IS 40 (16.02% from 255) = 10.58%
BLUE value IS 223 (87.5% from 255) = 58.99%
R=30.42%
G=10.58%
B=58.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal115402230.480.8200.13264.5974.0951.57
Hex7328DF30520D1094a34
Octal163503376012201541111264
Binary1110011101000110111111100001010010011011000010011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7328DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7328DF; }

 p { color: rgb(115,40,223); }

 H1.HeaderClassName
 {
   color: #7328DF;
 }
 .AnyTagClassName
 {
   color: #7328DF;
 }
</style>
background-color css

<style>
 a { background-color: #7328DF; }

 a { background-color: rgb(115,40,223); }

 div.DivClassName
 {
   background-color: #7328DF;
 }
 .BgClassName
 {
   background-color: #7328DF;
 }
</style>
border-color css

<style>
 span { border-color: #7328DF; }

 span { border-color: rgb(115,40,223); }

 td.TdClassName
 {
   border-color: #7328DF;
 }
 .TagClassName
 {
   border-color: #7328DF;
 }
</style>