#511859

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

Shades of Hot Purple #511859

Tints of Hot Purple #511859

Color information

#511859 (or 0x511859) is unknown color: approx Hot Purple. HEX triplet: 51, 18 and 59. RGB value is (81,24,89). Sum of RGB (Red+Green+Blue) = 81+24+89=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #511859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511859 is #AEE7A6. Grayscale: #303030. Windows color (decimal): -11462567 or 5838929. OLE color: 5838929.

HSL color Cylindrical-coordinate representation of color #511859: hue angle of 292.62º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #511859 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB812489-
CMYK0.090.7300.65
HSL292.62º57.52%22.16%-
HSV(B)292.62º73.03%34.9%-
XYZ5.523.129.76-
YUV48.45150.88151.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.75%
GREEN value IS 24 (9.77% from 255) = 12.37%
BLUE value IS 89 (35.16% from 255) = 45.88%
R=41.75%
G=12.37%
B=45.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8124890.090.7300.65292.6257.5222.16
Hex5118599490411253a16
Octal121301311111101014457226
Binary1010001110001011001100110010010100000110010010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511859; }

 p { color: rgb(81,24,89); }

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

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

 a { background-color: rgb(81,24,89); }

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

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

 span { border-color: rgb(81,24,89); }

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