#510D53

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

Shades of Hot Purple #510D53

Tints of Hot Purple #510D53

Color information

#510D53 (or 0x510D53) is unknown color: approx Hot Purple. HEX triplet: 51, 0D and 53. RGB value is (81,13,83). Sum of RGB (Red+Green+Blue) = 81+13+83=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 83 (32.81% from 255 or 46.89% from 177); Max value from RGB is 83 - color contains mainly: blue. Hex color #510D53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510D53 is #AEF2AC. Grayscale: #292929. Windows color (decimal): -11465389 or 5442897. OLE color: 5442897.

HSL color Cylindrical-coordinate representation of color #510D53: hue angle of 298.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #510D53 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB811383-
CMYK0.020.8400.67
HSL298.29º72.92%18.82%-
HSV(B)298.29º84.34%32.55%-
XYZ5.12.668.43-
YUV41.31151.53156.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.76%
GREEN value IS 13 (5.47% from 255) = 7.34%
BLUE value IS 83 (32.81% from 255) = 46.89%
R=45.76%
G=7.34%
B=46.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8113830.020.8400.67298.2972.9218.82
Hex51D5325404312a4913
Octal121151232124010345211123
Binary10100011101101001110101010001000011100101010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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