Html Css Color HEX #812472 Dark Purple

📋 copy color: '#812472'

red 129 ◦ green 36 ◦ blue 114

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

Shades of Dark Purple #812472

Tints of Dark Purple #812472

RGB

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

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

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

R = 46.24%
G = 12.9%
B = 40.86%

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

#812472 (or 0x812472) is known color: Dark Purple. HEX triplet: 81, 24 and 72. RGB value is (129,36,114). Sum of RGB (Red+Green+Blue) = 129+36+114=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #812472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812472 is #7EDB8D. Grayscale: #484848. Windows color (decimal): -8313742 or 7480449. OLE color: 7480449.

HSL color Cylindrical-coordinate representation of color #812472: hue angle of 309.68º 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 #812472 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 36 114 -
CMYK 0 0.72 0.12 0.49
HSL 309.68º 0.56% 0.32% -
HSV(B) 309.68º 0.72% 0.51% -
XYZ 12.72 7.14 16.63 -
YUV 72.7 151.31 168.16 -
System Red Green Blue C M Y K H S L
Decimal 129 36 114 0 0.72 0.12 0.49 309.68 0.56 0.32
Hex 81 24 72 0 48 C 31 136 38 20
Octal 201 44 162 0 110 14 61 466 70 40
Binary 10000001 100100 1110010 0 1001000 1100 110001 100110110 111000 100000

Color Harmonies of #812472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812472

Black with #812472

Text Example


Text Example

White with #812472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812472; }

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

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

background-color css

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

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

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

border-color css

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

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

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