#511758

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

Shades of Hot Purple #511758

Tints of Hot Purple #511758

Color information

#511758 (or 0x511758) is unknown color: approx Hot Purple. HEX triplet: 51, 17 and 58. RGB value is (81,23,88). Sum of RGB (Red+Green+Blue) = 81+23+88=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #511758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511758 is #AEE8A7. Grayscale: #2F2F2F. Windows color (decimal): -11462824 or 5773137. OLE color: 5773137.

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

Color convert

RGB812388-
CMYK0.080.7400.65
HSL293.54º58.56%21.76%-
HSV(B)293.54º73.86%34.51%-
XYZ5.463.079.54-
YUV47.75150.72151.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.19%
GREEN value IS 23 (9.38% from 255) = 11.98%
BLUE value IS 88 (34.77% from 255) = 45.83%
R=42.19%
G=11.98%
B=45.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8123880.080.7400.65293.5458.5621.76
Hex51175884A0411263b16
Octal121271301011201014467326
Binary1010001101111011000100010010100100000110010011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511758; }

 p { color: rgb(81,23,88); }

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

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

 a { background-color: rgb(81,23,88); }

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

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

 span { border-color: rgb(81,23,88); }

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