#511A5E

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

Shades of Hot Purple #511A5E

Tints of Hot Purple #511A5E

Color information

#511A5E (or 0x511A5E) is unknown color: approx Hot Purple. HEX triplet: 51, 1A and 5E. RGB value is (81,26,94). Sum of RGB (Red+Green+Blue) = 81+26+94=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 94 - color contains mainly: blue. Hex color #511A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511A5E is #AEE5A1. Grayscale: #313131. Windows color (decimal): -11462050 or 6167121. OLE color: 6167121.

HSL color Cylindrical-coordinate representation of color #511A5E: hue angle of 288.53º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #511A5E is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB812694-
CMYK0.140.7200.63
HSL288.53º56.67%23.53%-
HSV(B)288.53º72.34%36.86%-
XYZ5.783.310.92-
YUV50.2152.72149.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.30%
GREEN value IS 26 (10.55% from 255) = 12.94%
BLUE value IS 94 (37.11% from 255) = 46.77%
R=40.30%
G=12.94%
B=46.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8126940.140.7200.63288.5356.6723.53
Hex511A5EE4803F1213918
Octal12132136161100774417130
Binary101000111010101111011101001000011111110010000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511A5E; }

 p { color: rgb(81,26,94); }

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

<style>
 a { background-color: #511A5E; }

 a { background-color: rgb(81,26,94); }

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

<style>
 span { border-color: #511A5E; }

 span { border-color: rgb(81,26,94); }

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