#51194D

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

Shades of Hot Purple #51194D

Tints of Hot Purple #51194D

Color information

#51194D (or 0x51194D) is unknown color: approx Hot Purple. HEX triplet: 51, 19 and 4D. RGB value is (81,25,77). Sum of RGB (Red+Green+Blue) = 81+25+77=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #51194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51194D is #AEE6B2. Grayscale: #2F2F2F. Windows color (decimal): -11462323 or 5052753. OLE color: 5052753.

HSL color Cylindrical-coordinate representation of color #51194D: hue angle of 304.29º 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 #51194D is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB812577-
CMYK00.690.050.68
HSL304.29º52.83%20.78%-
HSV(B)304.29º69.14%31.76%-
XYZ5.082.987.33-
YUV47.67144.55151.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 25 (10.16% from 255) = 13.66%
BLUE value IS 77 (30.47% from 255) = 42.08%
R=44.26%
G=13.66%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81257700.690.050.68304.2952.8320.78
Hex51194D0455441303515
Octal12131115010551044606525
Binary101000111001100110101000101101100010010011000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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