#513554

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

Shades of Hot Purple #513554

Tints of Hot Purple #513554

Color information

#513554 (or 0x513554) is unknown color: approx Hot Purple. HEX triplet: 51, 35 and 54. RGB value is (81,53,84). Sum of RGB (Red+Green+Blue) = 81+53+84=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 84 - color contains mainly: blue. Hex color #513554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513554 is #AECAAB. Grayscale: #404040. Windows color (decimal): -11455148 or 5518673. OLE color: 5518673.

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

Color convert

RGB815384-
CMYK0.040.3700.67
HSL294.19º22.63%26.86%-
HSV(B)294.19º36.9%32.94%-
XYZ6.274.949.01-
YUV64.91138.78139.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 53 (21.09% from 255) = 24.31%
BLUE value IS 84 (33.20% from 255) = 38.53%
R=37.16%
G=24.31%
B=38.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8153840.040.3700.67294.1922.6326.86
Hex513554425043126171b
Octal1216512444501034462733
Binary10100011101011010100100100101010000111001001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513554; }

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

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

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

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

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

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

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

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