#510456

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

Shades of Hot Purple #510456

Tints of Hot Purple #510456

Color information

#510456 (or 0x510456) is unknown color: approx Hot Purple. HEX triplet: 51, 04 and 56. RGB value is (81,4,86). Sum of RGB (Red+Green+Blue) = 81+4+86=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 86 (33.98% from 255 or 50.29% from 171); Max value from RGB is 86 - color contains mainly: blue. Hex color #510456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510456 is #AEFBA9. Grayscale: #242424. Windows color (decimal): -11467690 or 5637201. OLE color: 5637201.

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

Color convert

RGB81486-
CMYK0.060.9500.66
HSL296.34º91.11%17.65%-
HSV(B)296.34º95.35%33.73%-
XYZ5.122.519.02-
YUV36.37156.01159.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.37%
GREEN value IS 4 (1.95% from 255) = 2.34%
BLUE value IS 86 (33.98% from 255) = 50.29%
R=47.37%
G=2.34%
B=50.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal814860.060.9500.66296.3491.1117.65
Hex5145665F0421285b12
Octal12141266137010245013322
Binary10100011001010110110101111101000010100101000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510456; }

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

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

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

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

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

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

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

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