#511657

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

Shades of Hot Purple #511657

Tints of Hot Purple #511657

Color information

#511657 (or 0x511657) is unknown color: approx Hot Purple. HEX triplet: 51, 16 and 57. RGB value is (81,22,87). Sum of RGB (Red+Green+Blue) = 81+22+87=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #511657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511657 is #AEE9A8. Grayscale: #2E2E2E. Windows color (decimal): -11463081 or 5707345. OLE color: 5707345.

HSL color Cylindrical-coordinate representation of color #511657: hue angle of 294.46º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #511657 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB812287-
CMYK0.070.7500.66
HSL294.46º59.63%21.37%-
HSV(B)294.46º74.71%34.12%-
XYZ5.43.019.31-
YUV47.05150.55152.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.63%
GREEN value IS 22 (8.98% from 255) = 11.58%
BLUE value IS 87 (34.38% from 255) = 45.79%
R=42.63%
G=11.58%
B=45.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8122870.070.7500.66294.4659.6321.37
Hex51165774B0421263c15
Octal12126127711301024467425
Binary101000110110101011111110010110100001010010011011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511657; }

 p { color: rgb(81,22,87); }

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

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

 a { background-color: rgb(81,22,87); }

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

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

 span { border-color: rgb(81,22,87); }

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