Html Css Color HEX #812372 Dark Purple

📋 copy color: '#812372'

red 129 ◦ green 35 ◦ blue 114

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

Shades of Dark Purple #812372

Tints of Dark Purple #812372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.59%

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

R = 46.4%
G = 12.59%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#812372 (or 0x812372) is known color: Dark Purple. HEX triplet: 81, 23 and 72. RGB value is (129,35,114). Sum of RGB (Red+Green+Blue) = 129+35+114=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #812372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812372 is #7EDC8D. Grayscale: #474747. Windows color (decimal): -8313998 or 7480193. OLE color: 7480193.

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

Color convert

RGB 129 35 114 -
CMYK 0 0.73 0.12 0.49
HSL 309.57º 0.57% 0.32% -
HSV(B) 309.57º 0.73% 0.51% -
XYZ 12.69 7.08 16.62 -
YUV 72.11 151.64 168.58 -
System Red Green Blue C M Y K H S L
Decimal 129 35 114 0 0.73 0.12 0.49 309.57 0.57 0.32
Hex 81 23 72 0 49 C 31 136 39 20
Octal 201 43 162 0 111 14 61 466 71 40
Binary 10000001 100011 1110010 0 1001001 1100 110001 100110110 111001 100000

Color Harmonies of #812372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812372

Black with #812372

Text Example


Text Example

White with #812372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812372; }

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

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

background-color css

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

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

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

border-color css

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

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

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