#51194F

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

Shades of Hot Purple #51194F

Tints of Hot Purple #51194F

Color information

#51194F (or 0x51194F) is unknown color: approx Hot Purple. HEX triplet: 51, 19 and 4F. RGB value is (81,25,79). Sum of RGB (Red+Green+Blue) = 81+25+79=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #51194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51194F is #AEE6B0. Grayscale: #2F2F2F. Windows color (decimal): -11462321 or 5183825. OLE color: 5183825.

HSL color Cylindrical-coordinate representation of color #51194F: hue angle of 302.14º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51194F is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB812579-
CMYK00.690.020.68
HSL302.14º52.83%20.78%-
HSV(B)302.14º69.14%31.76%-
XYZ5.153.017.71-
YUV47.9145.55151.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.78%
GREEN value IS 25 (10.16% from 255) = 13.51%
BLUE value IS 79 (31.25% from 255) = 42.70%
R=43.78%
G=13.51%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81257900.690.020.68302.1452.8320.78
Hex51194F04524412e3515
Octal12131117010521044566525
Binary10100011100110011110100010110100010010010111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51194F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51194F; }

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

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

<style>
 a { background-color: #51194F; }

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

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

<style>
 span { border-color: #51194F; }

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

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