#801B7C

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

Shades of Dark Purple #801B7C

Tints of Dark Purple #801B7C

Color information

#801B7C (or 0x801B7C) is unknown color: approx Dark Purple. HEX triplet: 80, 1B and 7C. RGB value is (128,27,124). Sum of RGB (Red+Green+Blue) = 128+27+124=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #801B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801B7C is #7FE483. Grayscale: #434343. Windows color (decimal): -8381572 or 8133504. OLE color: 8133504.

HSL color Cylindrical-coordinate representation of color #801B7C: hue angle of 302.38º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #801B7C is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB12827124-
CMYK00.790.030.50
HSL302.38º65.16%30.39%-
HSV(B)302.38º78.91%50.2%-
XYZ12.936.8319.71-
YUV68.26159.46170.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.88%
GREEN value IS 27 (10.94% from 255) = 9.68%
BLUE value IS 124 (48.83% from 255) = 44.44%
R=45.88%
G=9.68%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1282712400.790.030.50302.3865.1630.39
Hex801B7C04F33212e411e
Octal20033174011736245610136
Binary100000001101111111000100111111110010100101110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,27,124); }

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

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

 a { background-color: rgb(128,27,124); }

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

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

 span { border-color: rgb(128,27,124); }

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