#510A5A

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

Shades of Hot Purple #510A5A

Tints of Hot Purple #510A5A

Color information

#510A5A (or 0x510A5A) is unknown color: approx Hot Purple. HEX triplet: 51, 0A and 5A. RGB value is (81,10,90). Sum of RGB (Red+Green+Blue) = 81+10+90=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #510A5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510A5A is #AEF5A5. Grayscale: #282828. Windows color (decimal): -11466150 or 5900881. OLE color: 5900881.

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

Color convert

RGB811090-
CMYK0.10.8900.65
HSL293.25º80%19.61%-
HSV(B)293.25º88.89%35.29%-
XYZ5.352.79.91-
YUV40.35156.02157-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.75%
GREEN value IS 10 (4.30% from 255) = 5.52%
BLUE value IS 90 (35.55% from 255) = 49.72%
R=44.75%
G=5.52%
B=49.72%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8110900.10.8900.65293.258019.61
Hex51A5AA590411255014
Octal1211213212131010144512024
Binary1010001101010110101010101100101000001100100101101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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