Html Css Color HEX #811271 Dark Purple

📋 copy color: '#811271'

red 129 ◦ green 18 ◦ blue 113

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

Shades of Dark Purple #811271

Tints of Dark Purple #811271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.92%

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

R = 49.62%
G = 6.92%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#811271 (or 0x811271) is known color: Dark Purple. HEX triplet: 81, 12 and 71. RGB value is (129,18,113). Sum of RGB (Red+Green+Blue) = 129+18+113=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #811271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811271 is #7EED8E. Grayscale: #3D3D3D. Windows color (decimal): -8318351 or 7410305. OLE color: 7410305.

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

Color convert

RGB 129 18 113 -
CMYK 0 0.86 0.12 0.49
HSL 308.65º 0.76% 0.29% -
HSV(B) 308.65º 0.86% 0.51% -
XYZ 12.25 6.29 16.19 -
YUV 62.02 156.77 175.78 -
System Red Green Blue C M Y K H S L
Decimal 129 18 113 0 0.86 0.12 0.49 308.65 0.76 0.29
Hex 81 12 71 0 56 C 31 135 4C 1D
Octal 201 22 161 0 126 14 61 465 114 35
Binary 10000001 10010 1110001 0 1010110 1100 110001 100110101 1001100 11101

Color Harmonies of #811271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811271

Black with #811271

Text Example


Text Example

White with #811271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811271; }

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

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

background-color css

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

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

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

border-color css

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

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

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