#510D50

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

Shades of Hot Purple #510D50

Tints of Hot Purple #510D50

Color information

#510D50 (or 0x510D50) is unknown color: approx Hot Purple. HEX triplet: 51, 0D and 50. RGB value is (81,13,80). Sum of RGB (Red+Green+Blue) = 81+13+80=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #510D50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510D50 is #AEF2AF. Grayscale: #282828. Windows color (decimal): -11465392 or 5246289. OLE color: 5246289.

HSL color Cylindrical-coordinate representation of color #510D50: hue angle of 300.88º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #510D50 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB811380-
CMYK00.840.010.68
HSL300.88º72.34%18.43%-
HSV(B)300.88º83.95%31.76%-
XYZ4.992.627.83-
YUV40.97150.03156.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.55%
GREEN value IS 13 (5.47% from 255) = 7.47%
BLUE value IS 80 (31.64% from 255) = 45.98%
R=46.55%
G=7.47%
B=45.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81138000.840.010.68300.8872.3418.43
Hex51D5005414412d4812
Octal121151200124110445511022
Binary1010001110110100000101010011000100100101101100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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