#510550

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

Shades of Hot Purple #510550

Tints of Hot Purple #510550

Color information

#510550 (or 0x510550) is unknown color: approx Hot Purple. HEX triplet: 51, 05 and 50. RGB value is (81,5,80). Sum of RGB (Red+Green+Blue) = 81+5+80=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #510550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510550 is #AEFAAF. Grayscale: #242424. Windows color (decimal): -11467440 or 5244241. OLE color: 5244241.

HSL color Cylindrical-coordinate representation of color #510550: hue angle of 300.79º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510550 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB81580-
CMYK00.940.010.68
HSL300.79º88.37%16.86%-
HSV(B)300.79º93.83%31.76%-
XYZ4.92.447.8-
YUV36.27152.68159.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.80%
GREEN value IS 5 (2.34% from 255) = 3.01%
BLUE value IS 80 (31.64% from 255) = 48.19%
R=48.80%
G=3.01%
B=48.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8158000.940.010.68300.7988.3716.86
Hex5155005E14412d5811
Octal12151200136110445513021
Binary101000110110100000101111011000100100101101101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510550; }

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

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

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

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

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

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

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

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