Html Css Color HEX #812F71 Dark Purple

📋 copy color: '#812F71'

red 129 ◦ green 47 ◦ blue 113

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

Shades of Dark Purple #812F71

Tints of Dark Purple #812F71

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.26%

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

R = 44.64%
G = 16.26%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#812F71 (or 0x812F71) is known color: Dark Purple. HEX triplet: 81, 2F and 71. RGB value is (129,47,113). Sum of RGB (Red+Green+Blue) = 129+47+113=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #812F71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812F71 is #7ED08E. Grayscale: #4E4E4E. Windows color (decimal): -8310927 or 7417729. OLE color: 7417729.

HSL color Cylindrical-coordinate representation of color #812F71: hue angle of 311.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #812F71 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 47 113 -
CMYK 0 0.64 0.12 0.49
HSL 311.71º 0.47% 0.35% -
HSV(B) 311.71º 0.64% 0.51% -
XYZ 13.05 7.89 16.46 -
YUV 79.04 147.17 163.63 -
System Red Green Blue C M Y K H S L
Decimal 129 47 113 0 0.64 0.12 0.49 311.71 0.47 0.35
Hex 81 2F 71 0 40 C 31 138 2F 23
Octal 201 57 161 0 100 14 61 470 57 43
Binary 10000001 101111 1110001 0 1000000 1100 110001 100111000 101111 100011

Color Harmonies of #812F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812F71

Black with #812F71

Text Example


Text Example

White with #812F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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