#513559

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

Shades of Hot Purple #513559

Tints of Hot Purple #513559

Color information

#513559 (or 0x513559) is unknown color: approx Hot Purple. HEX triplet: 51, 35 and 59. RGB value is (81,53,89). Sum of RGB (Red+Green+Blue) = 81+53+89=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #513559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513559 is #AECAA6. Grayscale: #414141. Windows color (decimal): -11455143 or 5846353. OLE color: 5846353.

HSL color Cylindrical-coordinate representation of color #513559: hue angle of 286.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #513559 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB815389-
CMYK0.090.4000.65
HSL286.67º25.35%27.84%-
HSV(B)286.67º40.45%34.9%-
XYZ6.475.0210.08-
YUV65.48141.28139.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.32%
GREEN value IS 53 (21.09% from 255) = 23.77%
BLUE value IS 89 (35.16% from 255) = 39.91%
R=36.32%
G=23.77%
B=39.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8153890.090.4000.65286.6725.3527.84
Hex51355992804111f191c
Octal12165131115001014373134
Binary101000111010110110011001101000010000011000111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513559; }

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

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

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

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

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

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

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

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