Html Css Color HEX #812172 Dark Purple

📋 copy color: '#812172'

red 129 ◦ green 33 ◦ blue 114

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

Shades of Dark Purple #812172

Tints of Dark Purple #812172

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.96%

 BLUE value IS 114 (44.92% from 255) = 41.3%

R = 46.74%
G = 11.96%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#812172 (or 0x812172) is known color: Dark Purple. HEX triplet: 81, 21 and 72. RGB value is (129,33,114). Sum of RGB (Red+Green+Blue) = 129+33+114=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #812172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812172 is #7EDE8D. Grayscale: #464646. Windows color (decimal): -8314510 or 7479681. OLE color: 7479681.

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

Color convert

RGB 129 33 114 -
CMYK 0 0.74 0.12 0.49
HSL 309.38º 0.59% 0.32% -
HSV(B) 309.38º 0.74% 0.51% -
XYZ 12.63 6.97 16.6 -
YUV 70.94 152.3 169.41 -
System Red Green Blue C M Y K H S L
Decimal 129 33 114 0 0.74 0.12 0.49 309.38 0.59 0.32
Hex 81 21 72 0 4A C 31 135 3B 20
Octal 201 41 162 0 112 14 61 465 73 40
Binary 10000001 100001 1110010 0 1001010 1100 110001 100110101 111011 100000

Color Harmonies of #812172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812172

Black with #812172

Text Example


Text Example

White with #812172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812172; }

 p { color: rgb(129,33,114); }

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

background-color css

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

 a { background-color: rgb(129,33,114); }

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

border-color css

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

 span { border-color: rgb(129,33,114); }

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