#513152

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

Shades of Hot Purple #513152

Tints of Hot Purple #513152

Color information

#513152 (or 0x513152) is unknown color: approx Hot Purple. HEX triplet: 51, 31 and 52. RGB value is (81,49,82). Sum of RGB (Red+Green+Blue) = 81+49+82=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 82 - color contains mainly: blue. Hex color #513152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513152 is #AECEAD. Grayscale: #3E3E3E. Windows color (decimal): -11456174 or 5386577. OLE color: 5386577.

HSL color Cylindrical-coordinate representation of color #513152: hue angle of 298.18º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #513152 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB814982-
CMYK0.010.4000.68
HSL298.18º25.19%25.69%-
HSV(B)298.18º40.24%32.16%-
XYZ6.014.568.54-
YUV62.33139.1141.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.21%
GREEN value IS 49 (19.53% from 255) = 23.11%
BLUE value IS 82 (32.42% from 255) = 38.68%
R=38.21%
G=23.11%
B=38.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8149820.010.4000.68298.1825.1925.69
Hex51315212804412a191a
Octal1216112215001044523132
Binary101000111000110100101101000010001001001010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513152; }

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

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

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

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

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

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

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

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