#510A5D

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

Shades of Hot Purple #510A5D

Tints of Hot Purple #510A5D

Color information

#510A5D (or 0x510A5D) is unknown color: approx Hot Purple. HEX triplet: 51, 0A and 5D. RGB value is (81,10,93). Sum of RGB (Red+Green+Blue) = 81+10+93=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #510A5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510A5D is #AEF5A2. Grayscale: #282828. Windows color (decimal): -11466147 or 6097489. OLE color: 6097489.

HSL color Cylindrical-coordinate representation of color #510A5D: hue angle of 291.33º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510A5D is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB811093-
CMYK0.130.8900.64
HSL291.33º80.58%20.2%-
HSV(B)291.33º89.25%36.47%-
XYZ5.482.7610.6-
YUV40.69157.52156.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 10 (4.30% from 255) = 5.43%
BLUE value IS 93 (36.72% from 255) = 50.54%
R=44.02%
G=5.43%
B=50.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8110930.130.8900.64291.3380.5820.2
Hex51A5DD590401235114
Octal1211213515131010044312124
Binary1010001101010111011101101100101000000100100011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,10,93); }

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

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

 a { background-color: rgb(81,10,93); }

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

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

 span { border-color: rgb(81,10,93); }

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