#510557

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

Shades of Hot Purple #510557

Tints of Hot Purple #510557

Color information

#510557 (or 0x510557) is unknown color: approx Hot Purple. HEX triplet: 51, 05 and 57. RGB value is (81,5,87). Sum of RGB (Red+Green+Blue) = 81+5+87=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #510557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510557 is #AEFAA8. Grayscale: #242424. Windows color (decimal): -11467433 or 5702993. OLE color: 5702993.

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

Color convert

RGB81587-
CMYK0.070.9400.66
HSL295.61º89.13%18.04%-
HSV(B)295.61º94.25%34.12%-
XYZ5.172.559.24-
YUV37.07156.18159.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.82%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 87 (34.38% from 255) = 50.29%
R=46.82%
G=2.89%
B=50.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal815870.070.9400.66295.6189.1318.04
Hex5155775E0421285912
Octal12151277136010245013122
Binary10100011011010111111101111001000010100101000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510557; }

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

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

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

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

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

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

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

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