#501558

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

Shades of Hot Purple #501558

Tints of Hot Purple #501558

Color information

#501558 (or 0x501558) is unknown color: approx Hot Purple. HEX triplet: 50, 15 and 58. RGB value is (80,21,88). Sum of RGB (Red+Green+Blue) = 80+21+88=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #501558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501558 is #AFEAA7. Grayscale: #2E2E2E. Windows color (decimal): -11528872 or 5772624. OLE color: 5772624.

HSL color Cylindrical-coordinate representation of color #501558: hue angle of 292.84º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501558 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB802188-
CMYK0.090.7600.65
HSL292.84º61.47%21.37%-
HSV(B)292.84º76.14%34.51%-
XYZ5.342.959.52-
YUV46.28151.55152.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.33%
GREEN value IS 21 (8.59% from 255) = 11.11%
BLUE value IS 88 (34.77% from 255) = 46.56%
R=42.33%
G=11.11%
B=46.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8021880.090.7600.65292.8461.4721.37
Hex50155894C0411253d15
Octal120251301111401014457525
Binary1010000101011011000100110011000100000110010010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501558; }

 p { color: rgb(80,21,88); }

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

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

 a { background-color: rgb(80,21,88); }

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

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

 span { border-color: rgb(80,21,88); }

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