#502353

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

Shades of Hot Purple #502353

Tints of Hot Purple #502353

Color information

#502353 (or 0x502353) is unknown color: approx Hot Purple. HEX triplet: 50, 23 and 53. RGB value is (80,35,83). Sum of RGB (Red+Green+Blue) = 80+35+83=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #502353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502353 is #AFDCAC. Grayscale: #353535. Windows color (decimal): -11525293 or 5448528. OLE color: 5448528.

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

Color convert

RGB803583-
CMYK0.040.5800.67
HSL296.25º40.68%23.14%-
HSV(B)296.25º57.83%32.55%-
XYZ5.473.538.58-
YUV53.93144.41146.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.40%
GREEN value IS 35 (14.06% from 255) = 17.68%
BLUE value IS 83 (32.81% from 255) = 41.92%
R=40.40%
G=17.68%
B=41.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8035830.040.5800.67296.2540.6823.14
Hex50235343A0431282917
Octal1204312347201034505127
Binary101000010001110100111001110100100001110010100010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502353; }

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

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

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

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

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

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

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

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