#801A6A

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

Shades of Dark Purple #801A6A

Tints of Dark Purple #801A6A

Color information

#801A6A (or 0x801A6A) is unknown color: approx Dark Purple. HEX triplet: 80, 1A and 6A. RGB value is (128,26,106). Sum of RGB (Red+Green+Blue) = 128+26+106=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #801A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801A6A is #7FE595. Grayscale: #414141. Windows color (decimal): -8381846 or 6953600. OLE color: 6953600.

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

Color convert

RGB12826106-
CMYK00.800.170.50
HSL312.94º66.23%30.2%-
HSV(B)312.94º79.69%50.2%-
XYZ11.876.3714.24-
YUV65.62150.79172.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.23%
GREEN value IS 26 (10.55% from 255) = 10%
BLUE value IS 106 (41.80% from 255) = 40.77%
R=49.23%
G=10%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1282610600.800.170.50312.9466.2330.2
Hex801A6A0501132139421e
Octal200321520120216247110236
Binary100000001101011010100101000010001110010100111001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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