#513157

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

Shades of Hot Purple #513157

Tints of Hot Purple #513157

Color information

#513157 (or 0x513157) is unknown color: approx Hot Purple. HEX triplet: 51, 31 and 57. RGB value is (81,49,87). Sum of RGB (Red+Green+Blue) = 81+49+87=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 87 - color contains mainly: blue. Hex color #513157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513157 is #AECEA8. Grayscale: #3E3E3E. Windows color (decimal): -11456169 or 5714257. OLE color: 5714257.

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

Color convert

RGB814987-
CMYK0.070.4400.66
HSL290.53º27.94%26.67%-
HSV(B)290.53º43.68%34.12%-
XYZ6.214.639.58-
YUV62.9141.6140.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.33%
GREEN value IS 49 (19.53% from 255) = 22.58%
BLUE value IS 87 (34.38% from 255) = 40.09%
R=37.33%
G=22.58%
B=40.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8149870.070.4400.66290.5327.9426.67
Hex51315772C0421231c1b
Octal1216112775401024433433
Binary10100011100011010111111101100010000101001000111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513157; }

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

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

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

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

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

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

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

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