#780FC9

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

Shades of Dark Violet #780FC9

Tints of Dark Violet #780FC9

Color information

#780FC9 (or 0x780FC9) is unknown color: approx Dark Violet. HEX triplet: 78, 0F and C9. RGB value is (120,15,201). Sum of RGB (Red+Green+Blue) = 120+15+201=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 201 (78.91% from 255 or 59.82% from 336); Max value from RGB is 201 - color contains mainly: blue. Hex color #780FC9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780FC9 is #87F036. Grayscale: #424242. Windows color (decimal): -8908855 or 13176696. OLE color: 13176696.

HSL color Cylindrical-coordinate representation of color #780FC9: hue angle of 273.87º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780FC9 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12015201-
CMYK0.400.9300.21
HSL273.87º86.11%42.35%-
HSV(B)273.87º92.54%78.82%-
XYZ18.468.5555.94-
YUV67.6203.29165.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.71%
GREEN value IS 15 (6.25% from 255) = 4.46%
BLUE value IS 201 (78.91% from 255) = 59.82%
R=35.71%
G=4.46%
B=59.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal120152010.400.9300.21273.8786.1142.35
Hex78FC9285D015112562a
Octal170173115013502542212652
Binary111100011111100100110100010111010101011000100101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780FC9; }

 p { color: rgb(120,15,201); }

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

<style>
 a { background-color: #780FC9; }

 a { background-color: rgb(120,15,201); }

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

<style>
 span { border-color: #780FC9; }

 span { border-color: rgb(120,15,201); }

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