#501354

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

Shades of Hot Purple #501354

Tints of Hot Purple #501354

Color information

#501354 (or 0x501354) is unknown color: approx Hot Purple. HEX triplet: 50, 13 and 54. RGB value is (80,19,84). Sum of RGB (Red+Green+Blue) = 80+19+84=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 84 - color contains mainly: blue. Hex color #501354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501354 is #AFECAB. Grayscale: #2C2C2C. Windows color (decimal): -11529388 or 5509968. OLE color: 5509968.

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

Color convert

RGB801984-
CMYK0.050.7700.67
HSL296.31º63.11%20.2%-
HSV(B)296.31º77.38%32.94%-
XYZ5.142.818.66-
YUV44.65150.21153.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.72%
GREEN value IS 19 (7.81% from 255) = 10.38%
BLUE value IS 84 (33.20% from 255) = 45.90%
R=43.72%
G=10.38%
B=45.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8019840.050.7700.67296.3163.1120.2
Hex50135454D0431283f14
Octal12023124511501034507724
Binary101000010011101010010110011010100001110010100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501354; }

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

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

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

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

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

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

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

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