Html Css Color HEX #812979 Dark Purple

📋 copy color: '#812979'

red 129 ◦ green 41 ◦ blue 121

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

Shades of Dark Purple #812979

Tints of Dark Purple #812979

RGB

 RED value IS 129 (50.78% from 255) = 44.33%

 GREEN value IS 41 (16.41% from 255) = 14.09%

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

R = 44.33%
G = 14.09%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#812979 (or 0x812979) is known color: Dark Purple. HEX triplet: 81, 29 and 79. RGB value is (129,41,121). Sum of RGB (Red+Green+Blue) = 129+41+121=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #812979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812979 is #7ED686. Grayscale: #4C4C4C. Windows color (decimal): -8312455 or 7940481. OLE color: 7940481.

HSL color Cylindrical-coordinate representation of color #812979: hue angle of 305.45º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #812979 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 41 121 -
CMYK 0 0.68 0.06 0.49
HSL 305.45º 0.52% 0.33% -
HSV(B) 305.45º 0.68% 0.51% -
XYZ 13.3 7.63 18.86 -
YUV 76.43 153.15 165.5 -
System Red Green Blue C M Y K H S L
Decimal 129 41 121 0 0.68 0.06 0.49 305.45 0.52 0.33
Hex 81 29 79 0 44 6 31 131 34 21
Octal 201 51 171 0 104 6 61 461 64 41
Binary 10000001 101001 1111001 0 1000100 110 110001 100110001 110100 100001

Color Harmonies of #812979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812979

Black with #812979

Text Example


Text Example

White with #812979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812979; }

 p { color: rgb(129,41,121); }

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

background-color css

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

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

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

border-color css

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

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

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