Html Css Color HEX #812577 Dark Purple

📋 copy color: '#812577'

red 129 ◦ green 37 ◦ blue 119

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

Shades of Dark Purple #812577

Tints of Dark Purple #812577

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.98%

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

R = 45.26%
G = 12.98%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#812577 (or 0x812577) is known color: Dark Purple. HEX triplet: 81, 25 and 77. RGB value is (129,37,119). Sum of RGB (Red+Green+Blue) = 129+37+119=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 129 - color contains mainly: red. Hex color #812577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812577 is #7EDA88. Grayscale: #494949. Windows color (decimal): -8313481 or 7808385. OLE color: 7808385.

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

Color convert

RGB 129 37 119 -
CMYK 0 0.71 0.08 0.49
HSL 306.52º 0.55% 0.33% -
HSV(B) 306.52º 0.71% 0.51% -
XYZ 13.04 7.32 18.18 -
YUV 73.86 153.48 167.33 -
System Red Green Blue C M Y K H S L
Decimal 129 37 119 0 0.71 0.08 0.49 306.52 0.55 0.33
Hex 81 25 77 0 47 8 31 133 37 21
Octal 201 45 167 0 107 10 61 463 67 41
Binary 10000001 100101 1110111 0 1000111 1000 110001 100110011 110111 100001

Color Harmonies of #812577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812577

Black with #812577

Text Example


Text Example

White with #812577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812577; }

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

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

background-color css

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

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

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

border-color css

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

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

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