#511F5D

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

Shades of Hot Purple #511F5D

Tints of Hot Purple #511F5D

Color information

#511F5D (or 0x511F5D) is unknown color: approx Hot Purple. HEX triplet: 51, 1F and 5D. RGB value is (81,31,93). Sum of RGB (Red+Green+Blue) = 81+31+93=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #511F5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511F5D is #AEE0A2. Grayscale: #343434. Windows color (decimal): -11460771 or 6102865. OLE color: 6102865.

HSL color Cylindrical-coordinate representation of color #511F5D: hue angle of 288.39º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #511F5D is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB813193-
CMYK0.130.6700.64
HSL288.39º50%24.31%-
HSV(B)288.39º66.67%36.47%-
XYZ5.863.5210.73-
YUV53.02150.56147.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.51%
GREEN value IS 31 (12.5% from 255) = 15.12%
BLUE value IS 93 (36.72% from 255) = 45.37%
R=39.51%
G=15.12%
B=45.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8131930.130.6700.64288.395024.31
Hex511F5DD430401203218
Octal121371351510301004406230
Binary1010001111111011101110110000110100000010010000011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511F5D; }

 p { color: rgb(81,31,93); }

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

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

 a { background-color: rgb(81,31,93); }

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

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

 span { border-color: rgb(81,31,93); }

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