#790A68

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

Shades of Dark Purple #790A68

Tints of Dark Purple #790A68

Color information

#790A68 (or 0x790A68) is unknown color: approx Dark Purple. HEX triplet: 79, 0A and 68. RGB value is (121,10,104). Sum of RGB (Red+Green+Blue) = 121+10+104=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #790A68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790A68 is #86F597. Grayscale: #353535. Windows color (decimal): -8844696 or 6818425. OLE color: 6818425.

HSL color Cylindrical-coordinate representation of color #790A68: hue angle of 309.19º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #790A68 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB12110104-
CMYK00.920.140.53
HSL309.19º84.73%25.69%-
HSV(B)309.19º91.74%47.45%-
XYZ10.495.2813.56-
YUV53.9156.27175.86-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.49%
GREEN value IS 10 (4.30% from 255) = 4.26%
BLUE value IS 104 (41.02% from 255) = 44.26%
R=51.49%
G=4.26%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211010400.920.140.53309.1984.7325.69
Hex79A6805CE35135551a
Octal171121500134166546512532
Binary111100110101101000010111001110110101100110101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,10,104); }

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

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

 a { background-color: rgb(121,10,104); }

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

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

 span { border-color: rgb(121,10,104); }

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