#502153

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

Shades of Hot Purple #502153

Tints of Hot Purple #502153

Color information

#502153 (or 0x502153) is unknown color: approx Hot Purple. HEX triplet: 50, 21 and 53. RGB value is (80,33,83). Sum of RGB (Red+Green+Blue) = 80+33+83=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #502153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502153 is #AFDEAC. Grayscale: #343434. Windows color (decimal): -11525805 or 5448016. OLE color: 5448016.

HSL color Cylindrical-coordinate representation of color #502153: hue angle of 296.4º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #502153 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB803383-
CMYK0.040.6000.67
HSL296.4º43.1%22.75%-
HSV(B)296.4º60.24%32.55%-
XYZ5.413.428.56-
YUV52.75145.07147.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.82%
GREEN value IS 33 (13.28% from 255) = 16.84%
BLUE value IS 83 (32.81% from 255) = 42.35%
R=40.82%
G=16.84%
B=42.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8033830.040.6000.67296.443.122.75
Hex50215343C0431282b17
Octal1204112347401034505327
Binary101000010000110100111001111000100001110010100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502153; }

 p { color: rgb(80,33,83); }

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

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

 a { background-color: rgb(80,33,83); }

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

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

 span { border-color: rgb(80,33,83); }

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