#790C62

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

Shades of Dark Purple #790C62

Tints of Dark Purple #790C62

Color information

#790C62 (or 0x790C62) is unknown color: approx Dark Purple. HEX triplet: 79, 0C and 62. RGB value is (121,12,98). Sum of RGB (Red+Green+Blue) = 121+12+98=231 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.38% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 121 - color contains mainly: red. Hex color #790C62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790C62 is #86F39D. Grayscale: #363636. Windows color (decimal): -8844190 or 6425721. OLE color: 6425721.

HSL color Cylindrical-coordinate representation of color #790C62: hue angle of 312.66º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790C62 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1211298-
CMYK00.900.190.53
HSL312.66º81.95%26.08%-
HSV(B)312.66º90.08%47.45%-
XYZ10.225.2112.02-
YUV54.4152.61175.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.38%
GREEN value IS 12 (5.08% from 255) = 5.19%
BLUE value IS 98 (38.67% from 255) = 42.42%
R=52.38%
G=5.19%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121129800.900.190.53312.6681.9526.08
Hex79C6205A1335139521a
Octal171141420132236547112232
Binary1111001110011000100101101010011110101100111001101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790C62; }

 p { color: rgb(121,12,98); }

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

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

 a { background-color: rgb(121,12,98); }

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

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

 span { border-color: rgb(121,12,98); }

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