Html Css Color HEX #812971 Dark Purple

📋 copy color: '#812971'

red 129 ◦ green 41 ◦ blue 113

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

Shades of Dark Purple #812971

Tints of Dark Purple #812971

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.49%

 BLUE value IS 113 (44.53% from 255) = 39.93%

R = 45.58%
G = 14.49%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#812971 (or 0x812971) is known color: Dark Purple. HEX triplet: 81, 29 and 71. RGB value is (129,41,113). Sum of RGB (Red+Green+Blue) = 129+41+113=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #812971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812971 is #7ED68E. Grayscale: #4B4B4B. Windows color (decimal): -8312463 or 7416193. OLE color: 7416193.

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

Color convert

RGB 129 41 113 -
CMYK 0 0.68 0.12 0.49
HSL 310.91º 0.52% 0.33% -
HSV(B) 310.91º 0.68% 0.51% -
XYZ 12.83 7.45 16.38 -
YUV 75.52 149.15 166.15 -
System Red Green Blue C M Y K H S L
Decimal 129 41 113 0 0.68 0.12 0.49 310.91 0.52 0.33
Hex 81 29 71 0 44 C 31 137 34 21
Octal 201 51 161 0 104 14 61 467 64 41
Binary 10000001 101001 1110001 0 1000100 1100 110001 100110111 110100 100001

Color Harmonies of #812971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812971

Black with #812971

Text Example


Text Example

White with #812971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812971; }

 p { color: rgb(129,41,113); }

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

background-color css

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

 a { background-color: rgb(129,41,113); }

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

border-color css

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

 span { border-color: rgb(129,41,113); }

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