#503151

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

Shades of Hot Purple #503151

Tints of Hot Purple #503151

Color information

#503151 (or 0x503151) is unknown color: approx Hot Purple. HEX triplet: 50, 31 and 51. RGB value is (80,49,81). Sum of RGB (Red+Green+Blue) = 80+49+81=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 81 - color contains mainly: blue. Hex color #503151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503151 is #AFCEAE. Grayscale: #3D3D3D. Windows color (decimal): -11521711 or 5321040. OLE color: 5321040.

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

Color convert

RGB804981-
CMYK0.010.4000.68
HSL298.12º24.62%25.49%-
HSV(B)298.12º39.51%31.76%-
XYZ5.894.58.34-
YUV61.92138.77140.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.10%
GREEN value IS 49 (19.53% from 255) = 23.33%
BLUE value IS 81 (32.03% from 255) = 38.57%
R=38.10%
G=23.33%
B=38.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8049810.010.4000.68298.1224.6225.49
Hex50315112804412a1919
Octal1206112115001044523131
Binary101000011000110100011101000010001001001010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503151; }

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

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

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

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

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

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

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

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