#501656

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

Shades of Hot Purple #501656

Tints of Hot Purple #501656

Color information

#501656 (or 0x501656) is unknown color: approx Hot Purple. HEX triplet: 50, 16 and 56. RGB value is (80,22,86). Sum of RGB (Red+Green+Blue) = 80+22+86=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 86 - color contains mainly: blue. Hex color #501656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501656 is #AFE9A9. Grayscale: #2E2E2E. Windows color (decimal): -11528618 or 5641808. OLE color: 5641808.

HSL color Cylindrical-coordinate representation of color #501656: hue angle of 294.38º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501656 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB802286-
CMYK0.070.7400.66
HSL294.38º59.26%21.18%-
HSV(B)294.38º74.42%33.73%-
XYZ5.272.959.1-
YUV46.64150.22151.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.55%
GREEN value IS 22 (8.98% from 255) = 11.70%
BLUE value IS 86 (33.98% from 255) = 45.74%
R=42.55%
G=11.70%
B=45.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8022860.070.7400.66294.3859.2621.18
Hex50165674A0421263b15
Octal12026126711201024467325
Binary101000010110101011011110010100100001010010011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501656; }

 p { color: rgb(80,22,86); }

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

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

 a { background-color: rgb(80,22,86); }

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

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

 span { border-color: rgb(80,22,86); }

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