Html Css Color HEX #812581 Dark Purple

📋 copy color: '#812581'

red 129 ◦ green 37 ◦ blue 129

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

Shades of Dark Purple #812581

Tints of Dark Purple #812581

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

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

R = 43.73%
G = 12.54%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#812581 (or 0x812581) is known color: Dark Purple. HEX triplet: 81, 25 and 81. RGB value is (129,37,129). Sum of RGB (Red+Green+Blue) = 129+37+129=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #812581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812581 is #7EDA7E. Grayscale: #4A4A4A. Windows color (decimal): -8313471 or 8463745. OLE color: 8463745.

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

Color convert

RGB 129 37 129 -
CMYK 0 0.71 0 0.49
HSL 300º 0.55% 0.33% -
HSV(B) 300º 0.71% 0.51% -
XYZ 13.68 7.58 21.51 -
YUV 75 158.48 166.52 -
System Red Green Blue C M Y K H S L
Decimal 129 37 129 0 0.71 0 0.49 300 0.55 0.33
Hex 81 25 81 0 47 0 31 12C 37 21
Octal 201 45 201 0 107 0 61 454 67 41
Binary 10000001 100101 10000001 0 1000111 0 110001 100101100 110111 100001

Color Harmonies of #812581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812581

Black with #812581

Text Example


Text Example

White with #812581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812581; }

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

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

background-color css

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

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

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

border-color css

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

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

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