#503450

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

Shades of Hot Purple #503450

Tints of Hot Purple #503450

Color information

#503450 (or 0x503450) is unknown color: approx Hot Purple. HEX triplet: 50, 34 and 50. RGB value is (80,52,80). Sum of RGB (Red+Green+Blue) = 80+52+80=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #503450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503450 is #AFCBAF. Grayscale: #3F3F3F. Windows color (decimal): -11520944 or 5256272. OLE color: 5256272.

HSL color Cylindrical-coordinate representation of color #503450: hue angle of 300º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #503450 is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB805280-
CMYK00.3500.69
HSL300º21.21%25.88%-
HSV(B)300º35%31.37%-
XYZ5.984.748.19-
YUV63.56137.28139.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 52 (20.70% from 255) = 24.53%
BLUE value IS 80 (31.64% from 255) = 37.74%
R=37.74%
G=24.53%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80528000.3500.6930021.2125.88
Hex50345002304512c151a
Octal1206412004301054542532
Binary101000011010010100000100011010001011001011001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503450; }

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

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

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

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

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

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

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

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