Html Css Color HEX #812481 Dark Purple

📋 copy color: '#812481'

red 129 ◦ green 36 ◦ blue 129

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

Shades of Dark Purple #812481

Tints of Dark Purple #812481

RGB

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

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

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

R = 43.88%
G = 12.24%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#812481 (or 0x812481) is known color: Dark Purple. HEX triplet: 81, 24 and 81. RGB value is (129,36,129). Sum of RGB (Red+Green+Blue) = 129+36+129=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #812481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812481 is #7EDB7E. Grayscale: #4A4A4A. Windows color (decimal): -8313727 or 8463489. OLE color: 8463489.

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

Color convert

RGB 129 36 129 -
CMYK 0 0.72 0 0.49
HSL 300º 0.56% 0.32% -
HSV(B) 300º 0.72% 0.51% -
XYZ 13.65 7.51 21.5 -
YUV 74.41 158.81 166.94 -
System Red Green Blue C M Y K H S L
Decimal 129 36 129 0 0.72 0 0.49 300 0.56 0.32
Hex 81 24 81 0 48 0 31 12C 38 20
Octal 201 44 201 0 110 0 61 454 70 40
Binary 10000001 100100 10000001 0 1001000 0 110001 100101100 111000 100000

Color Harmonies of #812481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812481

Black with #812481

Text Example


Text Example

White with #812481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812481; }

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

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

background-color css

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

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

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

border-color css

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

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

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