#510E56

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

Shades of Hot Purple #510E56

Tints of Hot Purple #510E56

Color information

#510E56 (or 0x510E56) is unknown color: approx Hot Purple. HEX triplet: 51, 0E and 56. RGB value is (81,14,86). Sum of RGB (Red+Green+Blue) = 81+14+86=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 86 - color contains mainly: blue. Hex color #510E56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510E56 is #AEF1A9. Grayscale: #2A2A2A. Windows color (decimal): -11465130 or 5639761. OLE color: 5639761.

HSL color Cylindrical-coordinate representation of color #510E56: hue angle of 295.83º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #510E56 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB811486-
CMYK0.060.8400.66
HSL295.83º72%19.61%-
HSV(B)295.83º83.72%33.73%-
XYZ5.232.749.06-
YUV42.24152.7155.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.75%
GREEN value IS 14 (5.86% from 255) = 7.73%
BLUE value IS 86 (33.98% from 255) = 47.51%
R=44.75%
G=7.73%
B=47.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8114860.060.8400.66295.837219.61
Hex51E566540421284814
Octal121161266124010245011024
Binary101000111101010110110101010001000010100101000100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510E56; }

 p { color: rgb(81,14,86); }

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

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

 a { background-color: rgb(81,14,86); }

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

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

 span { border-color: rgb(81,14,86); }

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