Html Css Color HEX #810D71 Dark Purple

📋 copy color: '#810D71'

red 129 ◦ green 13 ◦ blue 113

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

Shades of Dark Purple #810D71

Tints of Dark Purple #810D71

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.1%

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

R = 50.59%
G = 5.1%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#810D71 (or 0x810D71) is known color: Dark Purple. HEX triplet: 81, 0D and 71. RGB value is (129,13,113). Sum of RGB (Red+Green+Blue) = 129+13+113=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #810D71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810D71 is #7EF28E. Grayscale: #3A3A3A. Windows color (decimal): -8319631 or 7409025. OLE color: 7409025.

HSL color Cylindrical-coordinate representation of color #810D71: hue angle of 308.28º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #810D71 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 13 113 -
CMYK 0 0.90 0.12 0.49
HSL 308.28º 0.82% 0.28% -
HSV(B) 308.28º 0.9% 0.51% -
XYZ 12.18 6.15 16.17 -
YUV 59.08 158.43 177.87 -
System Red Green Blue C M Y K H S L
Decimal 129 13 113 0 0.90 0.12 0.49 308.28 0.82 0.28
Hex 81 D 71 0 5A C 31 134 52 1C
Octal 201 15 161 0 132 14 61 464 122 34
Binary 10000001 1101 1110001 0 1011010 1100 110001 100110100 1010010 11100

Color Harmonies of #810D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810D71

Black with #810D71

Text Example


Text Example

White with #810D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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