Html Css Color HEX #812877 Dark Purple

📋 copy color: '#812877'

red 129 ◦ green 40 ◦ blue 119

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

Shades of Dark Purple #812877

Tints of Dark Purple #812877

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.89%

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

R = 44.79%
G = 13.89%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#812877 (or 0x812877) is known color: Dark Purple. HEX triplet: 81, 28 and 77. RGB value is (129,40,119). Sum of RGB (Red+Green+Blue) = 129+40+119=288 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.79% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 129 - color contains mainly: red. Hex color #812877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812877 is #7ED788. Grayscale: #4B4B4B. Windows color (decimal): -8312713 or 7809153. OLE color: 7809153.

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

Color convert

RGB 129 40 119 -
CMYK 0 0.69 0.08 0.49
HSL 306.74º 0.53% 0.33% -
HSV(B) 306.74º 0.69% 0.51% -
XYZ 13.14 7.52 18.21 -
YUV 75.62 152.49 166.08 -
System Red Green Blue C M Y K H S L
Decimal 129 40 119 0 0.69 0.08 0.49 306.74 0.53 0.33
Hex 81 28 77 0 45 8 31 133 35 21
Octal 201 50 167 0 105 10 61 463 65 41
Binary 10000001 101000 1110111 0 1000101 1000 110001 100110011 110101 100001

Color Harmonies of #812877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812877

Black with #812877

Text Example


Text Example

White with #812877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812877; }

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

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

background-color css

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

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

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

border-color css

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

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

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