Html Css Color HEX #812477 Dark Purple

📋 copy color: '#812477'

red 129 ◦ green 36 ◦ blue 119

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

Shades of Dark Purple #812477

Tints of Dark Purple #812477

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.68%

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

R = 45.42%
G = 12.68%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#812477 (or 0x812477) is known color: Dark Purple. HEX triplet: 81, 24 and 77. RGB value is (129,36,119). Sum of RGB (Red+Green+Blue) = 129+36+119=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 129 - color contains mainly: red. Hex color #812477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812477 is #7EDB88. Grayscale: #494949. Windows color (decimal): -8313737 or 7808129. OLE color: 7808129.

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

Color convert

RGB 129 36 119 -
CMYK 0 0.72 0.08 0.49
HSL 306.45º 0.56% 0.32% -
HSV(B) 306.45º 0.72% 0.51% -
XYZ 13.01 7.26 18.17 -
YUV 73.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 129 36 119 0 0.72 0.08 0.49 306.45 0.56 0.32
Hex 81 24 77 0 48 8 31 132 38 20
Octal 201 44 167 0 110 10 61 462 70 40
Binary 10000001 100100 1110111 0 1001000 1000 110001 100110010 111000 100000

Color Harmonies of #812477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812477

Black with #812477

Text Example


Text Example

White with #812477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812477; }

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

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

background-color css

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

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

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

border-color css

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

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

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