Html Css Color HEX #812981 Dark Purple

📋 copy color: '#812981'

red 129 ◦ green 41 ◦ blue 129

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

Shades of Dark Purple #812981

Tints of Dark Purple #812981

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.71%

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

R = 43.14%
G = 13.71%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#812981 (or 0x812981) is known color: Dark Purple. HEX triplet: 81, 29 and 81. RGB value is (129,41,129). Sum of RGB (Red+Green+Blue) = 129+41+129=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #812981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812981 is #7ED67E. Grayscale: #4D4D4D. Windows color (decimal): -8312447 or 8464769. OLE color: 8464769.

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

Color convert

RGB 129 41 129 -
CMYK 0 0.68 0 0.49
HSL 300º 0.52% 0.33% -
HSV(B) 300º 0.68% 0.51% -
XYZ 13.81 7.84 21.55 -
YUV 77.34 157.15 164.84 -
System Red Green Blue C M Y K H S L
Decimal 129 41 129 0 0.68 0 0.49 300 0.52 0.33
Hex 81 29 81 0 44 0 31 12C 34 21
Octal 201 51 201 0 104 0 61 454 64 41
Binary 10000001 101001 10000001 0 1000100 0 110001 100101100 110100 100001

Color Harmonies of #812981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812981

Black with #812981

Text Example


Text Example

White with #812981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812981; }

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

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

background-color css

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

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

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

border-color css

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

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

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