#503155

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

Shades of Hot Purple #503155

Tints of Hot Purple #503155

Color information

#503155 (or 0x503155) is unknown color: approx Hot Purple. HEX triplet: 50, 31 and 55. RGB value is (80,49,85). Sum of RGB (Red+Green+Blue) = 80+49+85=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 85 - color contains mainly: blue. Hex color #503155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503155 is #AFCEAA. Grayscale: #3E3E3E. Windows color (decimal): -11521707 or 5583184. OLE color: 5583184.

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

Color convert

RGB804985-
CMYK0.060.4200.67
HSL291.67º26.87%26.27%-
HSV(B)291.67º42.35%33.33%-
XYZ6.054.569.16-
YUV62.37140.77140.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.38%
GREEN value IS 49 (19.53% from 255) = 22.90%
BLUE value IS 85 (33.59% from 255) = 39.72%
R=37.38%
G=22.90%
B=39.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8049850.060.4200.67291.6726.8726.27
Hex50315562A0431241b1a
Octal1206112565201034443332
Binary10100001100011010101110101010010000111001001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503155; }

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

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

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

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

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

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

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

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