#762AD9

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

Shades of Blue Violet #762AD9

Tints of Blue Violet #762AD9

Color information

#762AD9 (or 0x762AD9) is unknown color: approx Blue Violet. HEX triplet: 76, 2A and D9. RGB value is (118,42,217). Sum of RGB (Red+Green+Blue) = 118+42+217=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 217 (85.16% from 255 or 57.56% from 377); Max value from RGB is 217 - color contains mainly: blue. Hex color #762AD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762AD9 is #89D526. Grayscale: #545454. Windows color (decimal): -9032999 or 14232182. OLE color: 14232182.

HSL color Cylindrical-coordinate representation of color #762AD9: hue angle of 266.06º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #762AD9 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11842217-
CMYK0.460.8100.15
HSL266.06º69.72%50.78%-
HSV(B)266.06º80.65%85.1%-
XYZ20.8210.5266.58-
YUV84.67202.68151.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.30%
GREEN value IS 42 (16.80% from 255) = 11.14%
BLUE value IS 217 (85.16% from 255) = 57.56%
R=31.30%
G=11.14%
B=57.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal118422170.460.8100.15266.0669.7250.78
Hex762AD92E510F10a4633
Octal166523315612101741210663
Binary1110110101010110110011011101010001011111000010101000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762AD9; }

 p { color: rgb(118,42,217); }

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

<style>
 a { background-color: #762AD9; }

 a { background-color: rgb(118,42,217); }

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

<style>
 span { border-color: #762AD9; }

 span { border-color: rgb(118,42,217); }

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