Html Css Color HEX #791979 Dark Purple

📋 copy color: '#791979'

red 121 ◦ green 25 ◦ blue 121

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

Shades of Dark Purple #791979

Tints of Dark Purple #791979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.36%

 BLUE value IS 121 (47.66% from 255) = 45.32%

R = 45.32%
G = 9.36%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#791979 (or 0x791979) is known color: Dark Purple. HEX triplet: 79, 19 and 79. RGB value is (121,25,121). Sum of RGB (Red+Green+Blue) = 121+25+121=267 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.32% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: red, blue. Hex color #791979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791979 is #86E686. Grayscale: #404040. Windows color (decimal): -8840839 or 7936377. OLE color: 7936377.

HSL color Cylindrical-coordinate representation of color #791979: hue angle of 300º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #791979 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 25 121 -
CMYK 0 0.79 0 0.53
HSL 300º 0.66% 0.29% -
HSV(B) 300º 0.79% 0.47% -
XYZ 11.68 6.14 18.66 -
YUV 64.65 159.8 168.19 -
System Red Green Blue C M Y K H S L
Decimal 121 25 121 0 0.79 0 0.53 300 0.66 0.29
Hex 79 19 79 0 4F 0 35 12C 42 1D
Octal 171 31 171 0 117 0 65 454 102 35
Binary 1111001 11001 1111001 0 1001111 0 110101 100101100 1000010 11101

Color Harmonies of #791979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791979

Black with #791979

Text Example


Text Example

White with #791979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791979; }

 p { color: rgb(121,25,121); }

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

background-color css

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

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

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

border-color css

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

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

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