#780B64

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

Shades of Dark Purple #780B64

Tints of Dark Purple #780B64

Color information

#780B64 (or 0x780B64) is unknown color: approx Dark Purple. HEX triplet: 78, 0B and 64. RGB value is (120,11,100). Sum of RGB (Red+Green+Blue) = 120+11+100=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #780B64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780B64 is #87F49B. Grayscale: #353535. Windows color (decimal): -8909980 or 6556536. OLE color: 6556536.

HSL color Cylindrical-coordinate representation of color #780B64: hue angle of 311.01º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #780B64 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB12011100-
CMYK00.910.170.53
HSL311.01º83.21%25.69%-
HSV(B)311.01º90.83%47.06%-
XYZ10.175.1512.52-
YUV53.74154.11175.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.95%
GREEN value IS 11 (4.69% from 255) = 4.76%
BLUE value IS 100 (39.45% from 255) = 43.29%
R=51.95%
G=4.76%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201110000.910.170.53311.0183.2125.69
Hex78B6405B1135137531a
Octal170131440133216546712332
Binary1111000101111001000101101110001110101100110111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,11,100); }

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

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

 a { background-color: rgb(120,11,100); }

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

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

 span { border-color: rgb(120,11,100); }

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