#513557

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

Shades of Hot Purple #513557

Tints of Hot Purple #513557

Color information

#513557 (or 0x513557) is unknown color: approx Hot Purple. HEX triplet: 51, 35 and 57. RGB value is (81,53,87). Sum of RGB (Red+Green+Blue) = 81+53+87=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 87 - color contains mainly: blue. Hex color #513557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513557 is #AECAA8. Grayscale: #414141. Windows color (decimal): -11455145 or 5715281. OLE color: 5715281.

HSL color Cylindrical-coordinate representation of color #513557: hue angle of 289.41º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #513557 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB815387-
CMYK0.070.3900.66
HSL289.41º24.29%27.45%-
HSV(B)289.41º39.08%34.12%-
XYZ6.394.989.64-
YUV65.25140.28139.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.65%
GREEN value IS 53 (21.09% from 255) = 23.98%
BLUE value IS 87 (34.38% from 255) = 39.37%
R=36.65%
G=23.98%
B=39.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8153870.070.3900.66289.4124.2927.45
Hex513557727042121181b
Octal1216512774701024413033
Binary10100011101011010111111100111010000101001000011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513557; }

 p { color: rgb(81,53,87); }

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

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

 a { background-color: rgb(81,53,87); }

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

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

 span { border-color: rgb(81,53,87); }

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