#510D57

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

Shades of Hot Purple #510D57

Tints of Hot Purple #510D57

Color information

#510D57 (or 0x510D57) is unknown color: approx Hot Purple. HEX triplet: 51, 0D and 57. RGB value is (81,13,87). Sum of RGB (Red+Green+Blue) = 81+13+87=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 87 (34.38% from 255 or 48.07% from 181); Max value from RGB is 87 - color contains mainly: blue. Hex color #510D57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510D57 is #AEF2A8. Grayscale: #292929. Windows color (decimal): -11465385 or 5705041. OLE color: 5705041.

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

Color convert

RGB811387-
CMYK0.070.8500.66
HSL295.14º74%19.61%-
HSV(B)295.14º85.06%34.12%-
XYZ5.262.739.27-
YUV41.77153.53155.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.75%
GREEN value IS 13 (5.47% from 255) = 7.18%
BLUE value IS 87 (34.38% from 255) = 48.07%
R=44.75%
G=7.18%
B=48.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8113870.070.8500.66295.147419.61
Hex51D577550421274a14
Octal121151277125010244711224
Binary101000111011010111111101010101000010100100111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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