#502054

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

Shades of Hot Purple #502054

Tints of Hot Purple #502054

Color information

#502054 (or 0x502054) is unknown color: approx Hot Purple. HEX triplet: 50, 20 and 54. RGB value is (80,32,84). Sum of RGB (Red+Green+Blue) = 80+32+84=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 84 - color contains mainly: blue. Hex color #502054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502054 is #AFDFAB. Grayscale: #343434. Windows color (decimal): -11526060 or 5513296. OLE color: 5513296.

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

Color convert

RGB803284-
CMYK0.050.6200.67
HSL295.38º44.83%22.75%-
HSV(B)295.38º61.9%32.94%-
XYZ5.433.388.75-
YUV52.28145.9147.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.82%
GREEN value IS 32 (12.89% from 255) = 16.33%
BLUE value IS 84 (33.20% from 255) = 42.86%
R=40.82%
G=16.33%
B=42.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8032840.050.6200.67295.3844.8322.75
Hex50205453E0431272d17
Octal1204012457601034475527
Binary101000010000010101001011111100100001110010011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502054; }

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

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

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

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

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

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

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

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