Html Css Color HEX #79026E Purple

📋 copy color: '#79026E'

red 121 ◦ green 2 ◦ blue 110

#79026E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #79026E

Tints of Purple #79026E

RGB

 RED value IS 121 (47.66% from 255) = 51.93%

 GREEN value IS 2 (1.17% from 255) = 0.86%

 BLUE value IS 110 (43.36% from 255) = 47.21%

R = 51.93%
G = 0.86%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#79026E (or 0x79026E) is known color: Purple. HEX triplet: 79, 02 and 6E. RGB value is (121,2,110). Sum of RGB (Red+Green+Blue) = 121+2+110=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #79026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79026E is #86FD91. Grayscale: #313131. Windows color (decimal): -8846738 or 7209593. OLE color: 7209593.

HSL color Cylindrical-coordinate representation of color #79026E: hue angle of 305.55º 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 #79026E is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 2 110 -
CMYK 0 0.98 0.09 0.53
HSL 305.55º 0.97% 0.24% -
HSV(B) 305.55º 0.98% 0.47% -
XYZ 10.72 5.23 15.2 -
YUV 49.89 161.92 178.72 -
System Red Green Blue C M Y K H S L
Decimal 121 2 110 0 0.98 0.09 0.53 305.55 0.97 0.24
Hex 79 2 6E 0 62 9 35 132 61 18
Octal 171 2 156 0 142 11 65 462 141 30
Binary 1111001 10 1101110 0 1100010 1001 110101 100110010 1100001 11000

Color Harmonies of #79026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79026E

Black with #79026E

Text Example


Text Example

White with #79026E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #79026E;
 }
 .AnyTagClassName
 {
   color: #79026E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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