Html Css Color HEX #811477 Dark Purple

📋 copy color: '#811477'

red 129 ◦ green 20 ◦ blue 119

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

Shades of Dark Purple #811477

Tints of Dark Purple #811477

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.46%

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

R = 48.13%
G = 7.46%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#811477 (or 0x811477) is known color: Dark Purple. HEX triplet: 81, 14 and 77. RGB value is (129,20,119). Sum of RGB (Red+Green+Blue) = 129+20+119=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #811477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811477 is #7EEB88. Grayscale: #3F3F3F. Windows color (decimal): -8317833 or 7804033. OLE color: 7804033.

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

Color convert

RGB 129 20 119 -
CMYK 0 0.84 0.08 0.49
HSL 305.5º 0.73% 0.29% -
HSV(B) 305.5º 0.84% 0.51% -
XYZ 12.63 6.5 18.04 -
YUV 63.88 159.11 174.45 -
System Red Green Blue C M Y K H S L
Decimal 129 20 119 0 0.84 0.08 0.49 305.5 0.73 0.29
Hex 81 14 77 0 54 8 31 132 49 1D
Octal 201 24 167 0 124 10 61 462 111 35
Binary 10000001 10100 1110111 0 1010100 1000 110001 100110010 1001001 11101

Color Harmonies of #811477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811477

Black with #811477

Text Example


Text Example

White with #811477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811477; }

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

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

background-color css

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

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

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

border-color css

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

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

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