#503453

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

Shades of Hot Purple #503453

Tints of Hot Purple #503453

Color information

#503453 (or 0x503453) is unknown color: approx Hot Purple. HEX triplet: 50, 34 and 53. RGB value is (80,52,83). Sum of RGB (Red+Green+Blue) = 80+52+83=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 83 - color contains mainly: blue. Hex color #503453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503453 is #AFCBAC. Grayscale: #3F3F3F. Windows color (decimal): -11520941 or 5452880. OLE color: 5452880.

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

Color convert

RGB805283-
CMYK0.040.3700.67
HSL294.19º22.96%26.47%-
HSV(B)294.19º37.35%32.55%-
XYZ6.14.798.79-
YUV63.91138.78139.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.21%
GREEN value IS 52 (20.70% from 255) = 24.19%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=37.21%
G=24.19%
B=38.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8052830.040.3700.67294.1922.9626.47
Hex503453425043126171a
Octal1206412344501034462732
Binary10100001101001010011100100101010000111001001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503453; }

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

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

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

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

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

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

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

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