#513352

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

Shades of Hot Purple #513352

Tints of Hot Purple #513352

Color information

#513352 (or 0x513352) is unknown color: approx Hot Purple. HEX triplet: 51, 33 and 52. RGB value is (81,51,82). Sum of RGB (Red+Green+Blue) = 81+51+82=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 82 - color contains mainly: blue. Hex color #513352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513352 is #AECCAD. Grayscale: #3F3F3F. Windows color (decimal): -11455662 or 5387089. OLE color: 5387089.

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

Color convert

RGB815182-
CMYK0.010.3800.68
HSL298.06º23.31%26.08%-
HSV(B)298.06º37.8%32.16%-
XYZ6.14.738.57-
YUV63.5138.44140.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.85%
GREEN value IS 51 (20.31% from 255) = 23.83%
BLUE value IS 82 (32.42% from 255) = 38.32%
R=37.85%
G=23.83%
B=38.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8151820.010.3800.68298.0623.3126.08
Hex51335212604412a171a
Octal1216312214601044522732
Binary101000111001110100101100110010001001001010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513352; }

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

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

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

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

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

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

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

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