Html Css Color HEX #812376 Dark Purple

📋 copy color: '#812376'

red 129 ◦ green 35 ◦ blue 118

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

Shades of Dark Purple #812376

Tints of Dark Purple #812376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.84%

R = 45.74%
G = 12.41%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#812376 (or 0x812376) is known color: Dark Purple. HEX triplet: 81, 23 and 76. RGB value is (129,35,118). Sum of RGB (Red+Green+Blue) = 129+35+118=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 129 - color contains mainly: red. Hex color #812376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812376 is #7EDC89. Grayscale: #484848. Windows color (decimal): -8313994 or 7742337. OLE color: 7742337.

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

Color convert

RGB 129 35 118 -
CMYK 0 0.73 0.09 0.49
HSL 307.02º 0.57% 0.32% -
HSV(B) 307.02º 0.73% 0.51% -
XYZ 12.92 7.18 17.84 -
YUV 72.57 153.64 168.25 -
System Red Green Blue C M Y K H S L
Decimal 129 35 118 0 0.73 0.09 0.49 307.02 0.57 0.32
Hex 81 23 76 0 49 9 31 133 39 20
Octal 201 43 166 0 111 11 61 463 71 40
Binary 10000001 100011 1110110 0 1001001 1001 110001 100110011 111001 100000

Color Harmonies of #812376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812376

Black with #812376

Text Example


Text Example

White with #812376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812376; }

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

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

background-color css

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

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

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

border-color css

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

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

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