#510A57

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

Shades of Hot Purple #510A57

Tints of Hot Purple #510A57

Color information

#510A57 (or 0x510A57) is unknown color: approx Hot Purple. HEX triplet: 51, 0A and 57. RGB value is (81,10,87). Sum of RGB (Red+Green+Blue) = 81+10+87=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 10 (4.30% from 255 or 5.62% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #510A57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510A57 is #AEF5A8. Grayscale: #272727. Windows color (decimal): -11466153 or 5704273. OLE color: 5704273.

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

Color convert

RGB811087-
CMYK0.070.8900.66
HSL295.32º79.38%19.02%-
HSV(B)295.32º88.51%34.12%-
XYZ5.222.659.25-
YUV40.01154.52157.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.51%
GREEN value IS 10 (4.30% from 255) = 5.62%
BLUE value IS 87 (34.38% from 255) = 48.88%
R=45.51%
G=5.62%
B=48.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8110870.070.8900.66295.3279.3819.02
Hex51A577590421274f13
Octal121121277131010244711723
Binary101000110101010111111101100101000010100100111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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