Html Css Color HEX #810571 Purple

📋 copy color: '#810571'

red 129 ◦ green 5 ◦ blue 113

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

Shades of Purple #810571

Tints of Purple #810571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

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

R = 52.23%
G = 2.02%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#810571 (or 0x810571) is known color: Purple. HEX triplet: 81, 05 and 71. RGB value is (129,5,113). Sum of RGB (Red+Green+Blue) = 129+5+113=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #810571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810571 is #7EFA8E. Grayscale: #363636. Windows color (decimal): -8321679 or 7406977. OLE color: 7406977.

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

Color convert

RGB 129 5 113 -
CMYK 0 0.96 0.12 0.49
HSL 307.74º 0.93% 0.26% -
HSV(B) 307.74º 0.96% 0.51% -
XYZ 12.09 5.97 16.14 -
YUV 54.39 161.08 181.22 -
System Red Green Blue C M Y K H S L
Decimal 129 5 113 0 0.96 0.12 0.49 307.74 0.93 0.26
Hex 81 5 71 0 60 C 31 134 5D 1A
Octal 201 5 161 0 140 14 61 464 135 32
Binary 10000001 101 1110001 0 1100000 1100 110001 100110100 1011101 11010

Color Harmonies of #810571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810571

Black with #810571

Text Example


Text Example

White with #810571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810571; }

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

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

background-color css

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

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

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

border-color css

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

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

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