Html Css Color HEX #79136A Dark Purple

📋 copy color: '#79136A'

red 121 ◦ green 19 ◦ blue 106

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

Shades of Dark Purple #79136A

Tints of Dark Purple #79136A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.72%

 BLUE value IS 106 (41.8% from 255) = 43.09%

R = 49.19%
G = 7.72%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#79136A (or 0x79136A) is known color: Dark Purple. HEX triplet: 79, 13 and 6A. RGB value is (121,19,106). Sum of RGB (Red+Green+Blue) = 121+19+106=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #79136A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79136A is #86EC95. Grayscale: #3B3B3B. Windows color (decimal): -8842390 or 6951801. OLE color: 6951801.

HSL color Cylindrical-coordinate representation of color #79136A: hue angle of 308.82º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #79136A is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 19 106 -
CMYK 0 0.84 0.12 0.53
HSL 308.82º 0.73% 0.27% -
HSV(B) 308.82º 0.84% 0.47% -
XYZ 10.72 5.57 14.15 -
YUV 59.42 154.29 171.93 -
System Red Green Blue C M Y K H S L
Decimal 121 19 106 0 0.84 0.12 0.53 308.82 0.73 0.27
Hex 79 13 6A 0 54 C 35 135 49 1B
Octal 171 23 152 0 124 14 65 465 111 33
Binary 1111001 10011 1101010 0 1010100 1100 110101 100110101 1001001 11011

Color Harmonies of #79136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79136A

Black with #79136A

Text Example


Text Example

White with #79136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79136A; }

 p { color: rgb(121,19,106); }

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

background-color css

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

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

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

border-color css

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

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

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