Html Css Color HEX #812777 Dark Purple

📋 copy color: '#812777'

red 129 ◦ green 39 ◦ blue 119

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

Shades of Dark Purple #812777

Tints of Dark Purple #812777

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.59%

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

R = 44.95%
G = 13.59%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#812777 (or 0x812777) is known color: Dark Purple. HEX triplet: 81, 27 and 77. RGB value is (129,39,119). Sum of RGB (Red+Green+Blue) = 129+39+119=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 129 - color contains mainly: red. Hex color #812777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812777 is #7ED888. Grayscale: #4A4A4A. Windows color (decimal): -8312969 or 7808897. OLE color: 7808897.

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

Color convert

RGB 129 39 119 -
CMYK 0 0.70 0.08 0.49
HSL 306.67º 0.54% 0.33% -
HSV(B) 306.67º 0.7% 0.51% -
XYZ 13.11 7.45 18.2 -
YUV 75.03 152.82 166.5 -
System Red Green Blue C M Y K H S L
Decimal 129 39 119 0 0.70 0.08 0.49 306.67 0.54 0.33
Hex 81 27 77 0 46 8 31 133 36 21
Octal 201 47 167 0 106 10 61 463 66 41
Binary 10000001 100111 1110111 0 1000110 1000 110001 100110011 110110 100001

Color Harmonies of #812777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812777

Black with #812777

Text Example


Text Example

White with #812777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812777; }

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

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

background-color css

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

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

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

border-color css

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

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

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