#792A76

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

Shades of Dark Purple #792A76

Tints of Dark Purple #792A76

Color information

#792A76 (or 0x792A76) is unknown color: approx Dark Purple. HEX triplet: 79, 2A and 76. RGB value is (121,42,118). Sum of RGB (Red+Green+Blue) = 121+42+118=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 121 - color contains mainly: red. Hex color #792A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792A76 is #86D589. Grayscale: #4A4A4A. Windows color (decimal): -8836490 or 7744121. OLE color: 7744121.

HSL color Cylindrical-coordinate representation of color #792A76: hue angle of 302.28º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #792A76 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB12142118-
CMYK00.650.020.53
HSL302.28º48.47%31.96%-
HSV(B)302.28º65.29%47.45%-
XYZ11.987.0317.86-
YUV74.28152.67161.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.06%
GREEN value IS 42 (16.80% from 255) = 14.95%
BLUE value IS 118 (46.48% from 255) = 41.99%
R=43.06%
G=14.95%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1214211800.650.020.53302.2848.4731.96
Hex792A7604123512e3020
Octal1715216601012654566040
Binary111100110101011101100100000110110101100101110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792A76; }

 p { color: rgb(121,42,118); }

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

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

 a { background-color: rgb(121,42,118); }

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

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

 span { border-color: rgb(121,42,118); }

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