#510957

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

Shades of Hot Purple #510957

Tints of Hot Purple #510957

Color information

#510957 (or 0x510957) is unknown color: approx Hot Purple. HEX triplet: 51, 09 and 57. RGB value is (81,9,87). Sum of RGB (Red+Green+Blue) = 81+9+87=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #510957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510957 is #AEF6A8. Grayscale: #272727. Windows color (decimal): -11466409 or 5704017. OLE color: 5704017.

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

Color convert

RGB81987-
CMYK0.070.9000.66
HSL295.38º81.25%18.82%-
HSV(B)295.38º89.66%34.12%-
XYZ5.212.639.25-
YUV39.42154.85157.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.76%
GREEN value IS 9 (3.91% from 255) = 5.08%
BLUE value IS 87 (34.38% from 255) = 49.15%
R=45.76%
G=5.08%
B=49.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal819870.070.9000.66295.3881.2518.82
Hex5195775A0421275113
Octal121111277132010244712123
Binary101000110011010111111101101001000010100100111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510957; }

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

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

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

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

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

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

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

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