Html Css Color HEX #801581 Dark Purple

📋 copy color: '#801581'

red 128 ◦ green 21 ◦ blue 129

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

Shades of Dark Purple #801581

Tints of Dark Purple #801581

RGB

 RED value IS 128 (50.39% from 255) = 46.04%

 GREEN value IS 21 (8.59% from 255) = 7.55%

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

R = 46.04%
G = 7.55%
B = 46.4%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#801581 (or 0x801581) is known color: Dark Purple. HEX triplet: 80, 15 and 81. RGB value is (128,21,129). Sum of RGB (Red+Green+Blue) = 128+21+129=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 129 - color contains mainly: blue. Hex color #801581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801581 is #7FEA7E. Grayscale: #404040. Windows color (decimal): -8383103 or 8459648. OLE color: 8459648.

HSL color Cylindrical-coordinate representation of color #801581: hue angle of 299.44º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801581 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 21 129 -
CMYK 0.01 0.84 0 0.49
HSL 299.44º 0.72% 0.29% -
HSV(B) 299.44º 0.84% 0.51% -
XYZ 13.13 6.71 21.37 -
YUV 65.31 163.95 172.72 -
System Red Green Blue C M Y K H S L
Decimal 128 21 129 0.01 0.84 0 0.49 299.44 0.72 0.29
Hex 80 15 81 1 54 0 31 12B 48 1D
Octal 200 25 201 1 124 0 61 453 110 35
Binary 10000000 10101 10000001 1 1010100 0 110001 100101011 1001000 11101

Color Harmonies of #801581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801581

Black with #801581

Text Example


Text Example

White with #801581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801581; }

 p { color: rgb(128,21,129); }

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

background-color css

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

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

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

border-color css

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

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

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