#513259

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

Shades of Hot Purple #513259

Tints of Hot Purple #513259

Color information

#513259 (or 0x513259) is unknown color: approx Hot Purple. HEX triplet: 51, 32 and 59. RGB value is (81,50,89). Sum of RGB (Red+Green+Blue) = 81+50+89=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #513259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513259 is #AECDA6. Grayscale: #3F3F3F. Windows color (decimal): -11455911 or 5845585. OLE color: 5845585.

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

Color convert

RGB815089-
CMYK0.090.4400.65
HSL287.69º28.06%27.25%-
HSV(B)287.69º43.82%34.9%-
XYZ6.344.7510.03-
YUV63.72142.27140.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.82%
GREEN value IS 50 (19.92% from 255) = 22.73%
BLUE value IS 89 (35.16% from 255) = 40.45%
R=36.82%
G=22.73%
B=40.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8150890.090.4400.65287.6928.0627.25
Hex51325992C0411201c1b
Octal12162131115401014403433
Binary101000111001010110011001101100010000011001000001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513259; }

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

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

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

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

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

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

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

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