#760DC8

Color #760DC8 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #760DC8

Tints of Dark Violet #760DC8

Color information

#760DC8 (or 0x760DC8) is unknown color: approx Dark Violet. HEX triplet: 76, 0D and C8. RGB value is (118,13,200). Sum of RGB (Red+Green+Blue) = 118+13+200=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 200 (78.52% from 255 or 60.42% from 331); Max value from RGB is 200 - color contains mainly: blue. Hex color #760DC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760DC8 is #89F237. Grayscale: #414141. Windows color (decimal): -9040440 or 13110646. OLE color: 13110646.

HSL color Cylindrical-coordinate representation of color #760DC8: hue angle of 273.69º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760DC8 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11813200-
CMYK0.410.9400.22
HSL273.69º87.79%41.76%-
HSV(B)273.69º93.5%78.43%-
XYZ18.048.3155.3-
YUV65.71203.79165.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.65%
GREEN value IS 13 (5.47% from 255) = 3.93%
BLUE value IS 200 (78.52% from 255) = 60.42%
R=35.65%
G=3.93%
B=60.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal118132000.410.9400.22273.6987.7941.76
Hex76DC8295E016112582a
Octal166153105113602642213052
Binary111011011011100100010100110111100101101000100101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760DC8; }

 p { color: rgb(118,13,200); }

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

<style>
 a { background-color: #760DC8; }

 a { background-color: rgb(118,13,200); }

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

<style>
 span { border-color: #760DC8; }

 span { border-color: rgb(118,13,200); }

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