#513353

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

Shades of Hot Purple #513353

Tints of Hot Purple #513353

Color information

#513353 (or 0x513353) is unknown color: approx Hot Purple. HEX triplet: 51, 33 and 53. RGB value is (81,51,83). Sum of RGB (Red+Green+Blue) = 81+51+83=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 83 - color contains mainly: blue. Hex color #513353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513353 is #AECCAC. Grayscale: #3F3F3F. Windows color (decimal): -11455661 or 5452625. OLE color: 5452625.

HSL color Cylindrical-coordinate representation of color #513353: hue angle of 296.25º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #513353 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB815183-
CMYK0.020.3900.67
HSL296.25º23.88%26.27%-
HSV(B)296.25º38.55%32.55%-
XYZ6.144.748.78-
YUV63.62138.94140.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.67%
GREEN value IS 51 (20.31% from 255) = 23.72%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=37.67%
G=23.72%
B=38.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8151830.020.3900.67296.2523.8826.27
Hex513353227043128181a
Octal1216312324701034503032
Binary1010001110011101001110100111010000111001010001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513353; }

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

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

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

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

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

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

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

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