Html Css Color HEX #812381 Dark Purple

📋 copy color: '#812381'

red 129 ◦ green 35 ◦ blue 129

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

Shades of Dark Purple #812381

Tints of Dark Purple #812381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 44.03%

R = 44.03%
G = 11.95%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#812381 (or 0x812381) is known color: Dark Purple. HEX triplet: 81, 23 and 81. RGB value is (129,35,129). Sum of RGB (Red+Green+Blue) = 129+35+129=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #812381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812381 is #7EDC7E. Grayscale: #494949. Windows color (decimal): -8313983 or 8463233. OLE color: 8463233.

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

Color convert

RGB 129 35 129 -
CMYK 0 0.73 0 0.49
HSL 300º 0.57% 0.32% -
HSV(B) 300º 0.73% 0.51% -
XYZ 13.62 7.45 21.49 -
YUV 73.82 159.14 167.36 -
System Red Green Blue C M Y K H S L
Decimal 129 35 129 0 0.73 0 0.49 300 0.57 0.32
Hex 81 23 81 0 49 0 31 12C 39 20
Octal 201 43 201 0 111 0 61 454 71 40
Binary 10000001 100011 10000001 0 1001001 0 110001 100101100 111001 100000

Color Harmonies of #812381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812381

Black with #812381

Text Example


Text Example

White with #812381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812381; }

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

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

background-color css

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

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

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

border-color css

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

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

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