#801a61

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

Shades of Dark Purple #801A61

Tints of Dark Purple #801A61

Color information

#801A61 (or 0x801A61) is unknown color: approx Dark Purple. HEX triplet: 80, 1A and 61. RGB value is (128,26,97). Sum of RGB (Red+Green+Blue) = 128+26+97=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #801A61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801A61 is #7FE59E. Grayscale: #404040. Windows color (decimal): -8381855 or 6363776. OLE color: 6363776.

HSL color Cylindrical-coordinate representation of color #801A61: hue angle of 318.24º 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 #801A61 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB1282697-
CMYK00.800.240.50
HSL318.24º66.23%30.2%-
HSV(B)318.24º79.69%50.2%-
XYZ11.436.1911.9-
YUV64.59146.29173.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.00%
GREEN value IS 26 (10.55% from 255) = 10.36%
BLUE value IS 97 (38.28% from 255) = 38.65%
R=51.00%
G=10.36%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128269700.800.240.50318.2466.2330.2
Hex801A61050183213e421e
Octal200321410120306247610236
Binary100000001101011000010101000011000110010100111110100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801a61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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