Html Css Color HEX #812881 Dark Purple

📋 copy color: '#812881'

red 129 ◦ green 40 ◦ blue 129

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

Shades of Dark Purple #812881

Tints of Dark Purple #812881

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.42%

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

R = 43.29%
G = 13.42%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#812881 (or 0x812881) is known color: Dark Purple. HEX triplet: 81, 28 and 81. RGB value is (129,40,129). Sum of RGB (Red+Green+Blue) = 129+40+129=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #812881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812881 is #7ED77E. Grayscale: #4C4C4C. Windows color (decimal): -8312703 or 8464513. OLE color: 8464513.

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

Color convert

RGB 129 40 129 -
CMYK 0 0.69 0 0.49
HSL 300º 0.53% 0.33% -
HSV(B) 300º 0.69% 0.51% -
XYZ 13.77 7.77 21.54 -
YUV 76.76 157.49 165.26 -
System Red Green Blue C M Y K H S L
Decimal 129 40 129 0 0.69 0 0.49 300 0.53 0.33
Hex 81 28 81 0 45 0 31 12C 35 21
Octal 201 50 201 0 105 0 61 454 65 41
Binary 10000001 101000 10000001 0 1000101 0 110001 100101100 110101 100001

Color Harmonies of #812881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812881

Black with #812881

Text Example


Text Example

White with #812881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812881; }

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

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

background-color css

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

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

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

border-color css

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

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

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