#801A5F

Color #801A5F Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #801A5F

Tints of Dark Purple #801A5F

Color information

#801A5F (or 0x801A5F) is unknown color: approx Dark Purple. HEX triplet: 80, 1A and 5F. RGB value is (128,26,95). Sum of RGB (Red+Green+Blue) = 128+26+95=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #801A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801A5F is #7FE5A0. Grayscale: #404040. Windows color (decimal): -8381857 or 6232704. OLE color: 6232704.

HSL color Cylindrical-coordinate representation of color #801A5F: hue angle of 319.41º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #801A5F is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB1282695-
CMYK00.800.260.50
HSL319.41º66.23%30.2%-
HSV(B)319.41º79.69%50.2%-
XYZ11.346.1511.42-
YUV64.36145.29173.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.41%
GREEN value IS 26 (10.55% from 255) = 10.44%
BLUE value IS 95 (37.5% from 255) = 38.15%
R=51.41%
G=10.44%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128269500.800.260.50319.4166.2330.2
Hex801A5F0501A3213f421e
Octal200321370120326247710236
Binary100000001101010111110101000011010110010100111111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801A5F; }

 p { color: rgb(128,26,95); }

 H1.HeaderClassName
 {
   color: #801A5F;
 }
 .AnyTagClassName
 {
   color: #801A5F;
 }
</style>
background-color css

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

 a { background-color: rgb(128,26,95); }

 div.DivClassName
 {
   background-color: #801A5F;
 }
 .BgClassName
 {
   background-color: #801A5F;
 }
</style>
border-color css

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

 span { border-color: rgb(128,26,95); }

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