Html Css Color HEX #810A71 Purple

📋 copy color: '#810A71'

red 129 ◦ green 10 ◦ blue 113

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

Shades of Purple #810A71

Tints of Purple #810A71

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.97%

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

R = 51.19%
G = 3.97%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#810A71 (or 0x810A71) is known color: Purple. HEX triplet: 81, 0A and 71. RGB value is (129,10,113). Sum of RGB (Red+Green+Blue) = 129+10+113=252 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.19% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 129 - color contains mainly: red. Hex color #810A71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810A71 is #7EF58E. Grayscale: #393939. Windows color (decimal): -8320399 or 7408257. OLE color: 7408257.

HSL color Cylindrical-coordinate representation of color #810A71: hue angle of 308.07º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #810A71 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 10 113 -
CMYK 0 0.92 0.12 0.49
HSL 308.07º 0.86% 0.27% -
HSV(B) 308.07º 0.92% 0.51% -
XYZ 12.14 6.08 16.16 -
YUV 57.32 159.42 179.12 -
System Red Green Blue C M Y K H S L
Decimal 129 10 113 0 0.92 0.12 0.49 308.07 0.86 0.27
Hex 81 A 71 0 5C C 31 134 56 1B
Octal 201 12 161 0 134 14 61 464 126 33
Binary 10000001 1010 1110001 0 1011100 1100 110001 100110100 1010110 11011

Color Harmonies of #810A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810A71

Black with #810A71

Text Example


Text Example

White with #810A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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