Html Css Color HEX #812471 Dark Purple

📋 copy color: '#812471'

red 129 ◦ green 36 ◦ blue 113

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

Shades of Dark Purple #812471

Tints of Dark Purple #812471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.95%

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

R = 46.4%
G = 12.95%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#812471 (or 0x812471) is known color: Dark Purple. HEX triplet: 81, 24 and 71. RGB value is (129,36,113). Sum of RGB (Red+Green+Blue) = 129+36+113=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #812471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812471 is #7EDB8E. Grayscale: #484848. Windows color (decimal): -8313743 or 7414913. OLE color: 7414913.

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

Color convert

RGB 129 36 113 -
CMYK 0 0.72 0.12 0.49
HSL 310.32º 0.56% 0.32% -
HSV(B) 310.32º 0.72% 0.51% -
XYZ 12.66 7.12 16.33 -
YUV 72.59 150.81 168.24 -
System Red Green Blue C M Y K H S L
Decimal 129 36 113 0 0.72 0.12 0.49 310.32 0.56 0.32
Hex 81 24 71 0 48 C 31 136 38 20
Octal 201 44 161 0 110 14 61 466 70 40
Binary 10000001 100100 1110001 0 1001000 1100 110001 100110110 111000 100000

Color Harmonies of #812471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812471

Black with #812471

Text Example


Text Example

White with #812471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812471; }

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

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

background-color css

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

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

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

border-color css

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

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

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