#780B63

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

Shades of Dark Purple #780B63

Tints of Dark Purple #780B63

Color information

#780B63 (or 0x780B63) is unknown color: approx Dark Purple. HEX triplet: 78, 0B and 63. RGB value is (120,11,99). Sum of RGB (Red+Green+Blue) = 120+11+99=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #780B63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780B63 is #87F49C. Grayscale: #353535. Windows color (decimal): -8909981 or 6491000. OLE color: 6491000.

HSL color Cylindrical-coordinate representation of color #780B63: hue angle of 311.56º 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 #780B63 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB1201199-
CMYK00.910.170.53
HSL311.56º83.21%25.69%-
HSV(B)311.56º90.83%47.06%-
XYZ10.125.1312.26-
YUV53.62153.61175.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.17%
GREEN value IS 11 (4.69% from 255) = 4.78%
BLUE value IS 99 (39.06% from 255) = 43.04%
R=52.17%
G=4.78%
B=43.04%

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
Decimal120119900.910.170.53311.5683.2125.69
Hex78B6305B1135138531a
Octal170131430133216547012332
Binary1111000101111000110101101110001110101100111000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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