#510D5A

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

Shades of Hot Purple #510D5A

Tints of Hot Purple #510D5A

Color information

#510D5A (or 0x510D5A) is unknown color: approx Hot Purple. HEX triplet: 51, 0D and 5A. RGB value is (81,13,90). Sum of RGB (Red+Green+Blue) = 81+13+90=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #510D5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510D5A is #AEF2A5. Grayscale: #292929. Windows color (decimal): -11465382 or 5901649. OLE color: 5901649.

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

Color convert

RGB811390-
CMYK0.10.8600.65
HSL292.99º74.76%20.2%-
HSV(B)292.99º85.56%35.29%-
XYZ5.382.789.92-
YUV42.11155.03155.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 13 (5.47% from 255) = 7.07%
BLUE value IS 90 (35.55% from 255) = 48.91%
R=44.02%
G=7.07%
B=48.91%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8113900.10.8600.65292.9974.7620.2
Hex51D5AA560411254b14
Octal1211513212126010144511324
Binary1010001110110110101010101011001000001100100101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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