#79026D

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

Shades of Purple #79026D

Tints of Purple #79026D

Color information

#79026D (or 0x79026D) is unknown color: approx Purple. HEX triplet: 79, 02 and 6D. RGB value is (121,2,109). Sum of RGB (Red+Green+Blue) = 121+2+109=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #79026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79026D is #86FD92. Grayscale: #313131. Windows color (decimal): -8846739 or 7144057. OLE color: 7144057.

HSL color Cylindrical-coordinate representation of color #79026D: hue angle of 306.05º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #79026D is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB1212109-
CMYK00.980.100.53
HSL306.05º96.75%24.12%-
HSV(B)306.05º98.35%47.45%-
XYZ10.675.2114.91-
YUV49.78161.42178.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.16%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 109 (42.97% from 255) = 46.98%
R=52.16%
G=0.86%
B=46.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121210900.980.100.53306.0596.7524.12
Hex7926D062A351326118
Octal17121550142126546214130
Binary1111001101101101011000101010110101100110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79026D; }

 p { color: rgb(121,2,109); }

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

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

 a { background-color: rgb(121,2,109); }

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

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

 span { border-color: rgb(121,2,109); }

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