#51195E

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

Shades of Hot Purple #51195E

Tints of Hot Purple #51195E

Color information

#51195E (or 0x51195E) is unknown color: approx Hot Purple. HEX triplet: 51, 19 and 5E. RGB value is (81,25,94). Sum of RGB (Red+Green+Blue) = 81+25+94=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 94 - color contains mainly: blue. Hex color #51195E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51195E is #AEE6A1. Grayscale: #313131. Windows color (decimal): -11462306 or 6166865. OLE color: 6166865.

HSL color Cylindrical-coordinate representation of color #51195E: hue angle of 288.7º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #51195E is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB812594-
CMYK0.140.7300.63
HSL288.7º57.98%23.33%-
HSV(B)288.7º73.4%36.86%-
XYZ5.763.2510.91-
YUV49.61153.05150.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.5%
GREEN value IS 25 (10.16% from 255) = 12.5%
BLUE value IS 94 (37.11% from 255) = 47%
R=40.5%
G=12.5%
B=47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8125940.140.7300.63288.757.9823.33
Hex51195EE4903F1213a17
Octal12131136161110774417227
Binary101000111001101111011101001001011111110010000111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51195E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51195E; }

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

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

<style>
 a { background-color: #51195E; }

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

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

<style>
 span { border-color: #51195E; }

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

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