Html Css Color HEX #812977 Dark Purple

📋 copy color: '#812977'

red 129 ◦ green 41 ◦ blue 119

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

Shades of Dark Purple #812977

Tints of Dark Purple #812977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.18%

R = 44.64%
G = 14.19%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#812977 (or 0x812977) is known color: Dark Purple. HEX triplet: 81, 29 and 77. RGB value is (129,41,119). Sum of RGB (Red+Green+Blue) = 129+41+119=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #812977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812977 is #7ED688. Grayscale: #4B4B4B. Windows color (decimal): -8312457 or 7809409. OLE color: 7809409.

HSL color Cylindrical-coordinate representation of color #812977: hue angle of 306.82º 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 #812977 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 41 119 -
CMYK 0 0.68 0.08 0.49
HSL 306.82º 0.52% 0.33% -
HSV(B) 306.82º 0.68% 0.51% -
XYZ 13.18 7.58 18.22 -
YUV 76.2 152.15 165.66 -
System Red Green Blue C M Y K H S L
Decimal 129 41 119 0 0.68 0.08 0.49 306.82 0.52 0.33
Hex 81 29 77 0 44 8 31 133 34 21
Octal 201 51 167 0 104 10 61 463 64 41
Binary 10000001 101001 1110111 0 1000100 1000 110001 100110011 110100 100001

Color Harmonies of #812977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812977

Black with #812977

Text Example


Text Example

White with #812977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812977; }

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

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

background-color css

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

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

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

border-color css

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

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

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