Html Css Color HEX #79126E Dark Purple

📋 copy color: '#79126E'

red 121 ◦ green 18 ◦ blue 110

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

Shades of Dark Purple #79126E

Tints of Dark Purple #79126E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

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

R = 48.59%
G = 7.23%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#79126E (or 0x79126E) is known color: Dark Purple. HEX triplet: 79, 12 and 6E. RGB value is (121,18,110). Sum of RGB (Red+Green+Blue) = 121+18+110=249 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.59% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 121 - color contains mainly: red. Hex color #79126E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79126E is #86ED91. Grayscale: #3B3B3B. Windows color (decimal): -8842642 or 7213689. OLE color: 7213689.

HSL color Cylindrical-coordinate representation of color #79126E: hue angle of 306.41º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #79126E is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 18 110 -
CMYK 0 0.85 0.09 0.53
HSL 306.41º 0.74% 0.27% -
HSV(B) 306.41º 0.85% 0.47% -
XYZ 10.92 5.62 15.26 -
YUV 59.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 121 18 110 0 0.85 0.09 0.53 306.41 0.74 0.27
Hex 79 12 6E 0 55 9 35 132 4A 1B
Octal 171 22 156 0 125 11 65 462 112 33
Binary 1111001 10010 1101110 0 1010101 1001 110101 100110010 1001010 11011

Color Harmonies of #79126E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79126E

Black with #79126E

Text Example


Text Example

White with #79126E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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