#510D59

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

Shades of Hot Purple #510D59

Tints of Hot Purple #510D59

Color information

#510D59 (or 0x510D59) is unknown color: approx Hot Purple. HEX triplet: 51, 0D and 59. RGB value is (81,13,89). Sum of RGB (Red+Green+Blue) = 81+13+89=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #510D59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510D59 is #AEF2A6. Grayscale: #292929. Windows color (decimal): -11465383 or 5836113. OLE color: 5836113.

HSL color Cylindrical-coordinate representation of color #510D59: hue angle of 293.68º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #510D59 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB811389-
CMYK0.090.8500.65
HSL293.68º74.51%20%-
HSV(B)293.68º85.39%34.9%-
XYZ5.342.769.7-
YUV42154.53155.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 13 (5.47% from 255) = 7.10%
BLUE value IS 89 (35.16% from 255) = 48.63%
R=44.26%
G=7.10%
B=48.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8113890.090.8500.65293.6874.5120
Hex51D599550411264b14
Octal1211513111125010144611324
Binary1010001110110110011001101010101000001100100110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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