#502453

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

Shades of Hot Purple #502453

Tints of Hot Purple #502453

Color information

#502453 (or 0x502453) is unknown color: approx Hot Purple. HEX triplet: 50, 24 and 53. RGB value is (80,36,83). Sum of RGB (Red+Green+Blue) = 80+36+83=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #502453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502453 is #AFDBAC. Grayscale: #363636. Windows color (decimal): -11525037 or 5448784. OLE color: 5448784.

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

Color convert

RGB803683-
CMYK0.040.5700.67
HSL296.17º39.5%23.33%-
HSV(B)296.17º56.63%32.55%-
XYZ5.53.598.59-
YUV54.51144.08146.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 36 (14.45% from 255) = 18.09%
BLUE value IS 83 (32.81% from 255) = 41.71%
R=40.20%
G=18.09%
B=41.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8036830.040.5700.67296.1739.523.33
Hex5024534390431282717
Octal1204412347101034504727
Binary101000010010010100111001110010100001110010100010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502453; }

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

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

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

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

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

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

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

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