#503351

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

Shades of Hot Purple #503351

Tints of Hot Purple #503351

Color information

#503351 (or 0x503351) is unknown color: approx Hot Purple. HEX triplet: 50, 33 and 51. RGB value is (80,51,81). Sum of RGB (Red+Green+Blue) = 80+51+81=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 81 - color contains mainly: blue. Hex color #503351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503351 is #AFCCAE. Grayscale: #3F3F3F. Windows color (decimal): -11521199 or 5321552. OLE color: 5321552.

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

Color convert

RGB805181-
CMYK0.010.3700.68
HSL298º22.73%25.88%-
HSV(B)298º37.04%31.76%-
XYZ5.984.678.37-
YUV63.09138.11140.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 51 (20.31% from 255) = 24.06%
BLUE value IS 81 (32.03% from 255) = 38.21%
R=37.74%
G=24.06%
B=38.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8051810.010.3700.6829822.7325.88
Hex50335112504412a171a
Octal1206312114501044522732
Binary101000011001110100011100101010001001001010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503351; }

 p { color: rgb(80,51,81); }

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

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

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

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

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

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

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