Html Css Color HEX #812081 Dark Purple

📋 copy color: '#812081'

red 129 ◦ green 32 ◦ blue 129

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

Shades of Dark Purple #812081

Tints of Dark Purple #812081

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.03%

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

R = 44.48%
G = 11.03%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#812081 (or 0x812081) is known color: Dark Purple. HEX triplet: 81, 20 and 81. RGB value is (129,32,129). Sum of RGB (Red+Green+Blue) = 129+32+129=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #812081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812081 is #7EDF7E. Grayscale: #474747. Windows color (decimal): -8314751 or 8462465. OLE color: 8462465.

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

Color convert

RGB 129 32 129 -
CMYK 0 0.75 0 0.49
HSL 300º 0.6% 0.32% -
HSV(B) 300º 0.75% 0.51% -
XYZ 13.53 7.29 21.46 -
YUV 72.06 160.14 168.61 -
System Red Green Blue C M Y K H S L
Decimal 129 32 129 0 0.75 0 0.49 300 0.6 0.32
Hex 81 20 81 0 4B 0 31 12C 3C 20
Octal 201 40 201 0 113 0 61 454 74 40
Binary 10000001 100000 10000001 0 1001011 0 110001 100101100 111100 100000

Color Harmonies of #812081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812081

Black with #812081

Text Example


Text Example

White with #812081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812081; }

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

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

background-color css

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

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

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

border-color css

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

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

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