#801A67

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

Shades of Dark Purple #801A67

Tints of Dark Purple #801A67

Color information

#801A67 (or 0x801A67) is unknown color: approx Dark Purple. HEX triplet: 80, 1A and 67. RGB value is (128,26,103). Sum of RGB (Red+Green+Blue) = 128+26+103=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #801A67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801A67 is #7FE598. Grayscale: #414141. Windows color (decimal): -8381849 or 6756992. OLE color: 6756992.

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

Color convert

RGB12826103-
CMYK00.800.200.50
HSL314.71º66.23%30.2%-
HSV(B)314.71º79.69%50.2%-
XYZ11.726.3113.43-
YUV65.28149.29172.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.81%
GREEN value IS 26 (10.55% from 255) = 10.12%
BLUE value IS 103 (40.62% from 255) = 40.08%
R=49.81%
G=10.12%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1282610300.800.200.50314.7166.2330.2
Hex801A67050143213b421e
Octal200321470120246247310236
Binary100000001101011001110101000010100110010100111011100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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