#501554

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

Shades of Hot Purple #501554

Tints of Hot Purple #501554

Color information

#501554 (or 0x501554) is unknown color: approx Hot Purple. HEX triplet: 50, 15 and 54. RGB value is (80,21,84). Sum of RGB (Red+Green+Blue) = 80+21+84=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 84 - color contains mainly: blue. Hex color #501554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501554 is #AFEAAB. Grayscale: #2D2D2D. Windows color (decimal): -11528876 or 5510480. OLE color: 5510480.

HSL color Cylindrical-coordinate representation of color #501554: hue angle of 296.19º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501554 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB802184-
CMYK0.050.7500.67
HSL296.19º60%20.59%-
HSV(B)296.19º75%32.94%-
XYZ5.182.888.67-
YUV45.82149.55152.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.24%
GREEN value IS 21 (8.59% from 255) = 11.35%
BLUE value IS 84 (33.20% from 255) = 45.41%
R=43.24%
G=11.35%
B=45.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8021840.050.7500.67296.196020.59
Hex50155454B0431283c15
Octal12025124511301034507425
Binary101000010101101010010110010110100001110010100011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501554; }

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

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

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

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

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

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

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

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