#780962

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

Shades of Dark Purple #780962

Tints of Dark Purple #780962

Color information

#780962 (or 0x780962) is unknown color: approx Dark Purple. HEX triplet: 78, 09 and 62. RGB value is (120,9,98). Sum of RGB (Red+Green+Blue) = 120+9+98=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #780962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780962 is #87F69D. Grayscale: #343434. Windows color (decimal): -8910494 or 6424952. OLE color: 6424952.

HSL color Cylindrical-coordinate representation of color #780962: hue angle of 311.89º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780962 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB120998-
CMYK00.920.180.53
HSL311.89º86.05%25.29%-
HSV(B)311.89º92.5%47.06%-
XYZ10.055.0712-
YUV52.33153.77176.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.86%
GREEN value IS 9 (3.91% from 255) = 3.96%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=52.86%
G=3.96%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12099800.920.180.53311.8986.0525.29
Hex7896205C12351385619
Octal170111420134226547012631
Binary1111000100111000100101110010010110101100111000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780962; }

 p { color: rgb(120,9,98); }

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

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

 a { background-color: rgb(120,9,98); }

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

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

 span { border-color: rgb(120,9,98); }

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