#503553

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

Shades of Hot Purple #503553

Tints of Hot Purple #503553

Color information

#503553 (or 0x503553) is unknown color: approx Hot Purple. HEX triplet: 50, 35 and 53. RGB value is (80,53,83). Sum of RGB (Red+Green+Blue) = 80+53+83=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 83 - color contains mainly: blue. Hex color #503553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503553 is #AFCAAC. Grayscale: #404040. Windows color (decimal): -11520685 or 5453136. OLE color: 5453136.

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

Color convert

RGB805383-
CMYK0.040.3600.67
HSL294º22.06%26.67%-
HSV(B)294º36.14%32.55%-
XYZ6.144.888.8-
YUV64.49138.45139.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.04%
GREEN value IS 53 (21.09% from 255) = 24.54%
BLUE value IS 83 (32.81% from 255) = 38.43%
R=37.04%
G=24.54%
B=38.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8053830.040.3600.6729422.0626.67
Hex503553424043126161b
Octal1206512344401034462633
Binary10100001101011010011100100100010000111001001101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503553; }

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

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

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

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

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

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

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

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