#51184E

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

Shades of Hot Purple #51184E

Tints of Hot Purple #51184E

Color information

#51184E (or 0x51184E) is unknown color: approx Hot Purple. HEX triplet: 51, 18 and 4E. RGB value is (81,24,78). Sum of RGB (Red+Green+Blue) = 81+24+78=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #51184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51184E is #AEE7B1. Grayscale: #2F2F2F. Windows color (decimal): -11462578 or 5118033. OLE color: 5118033.

HSL color Cylindrical-coordinate representation of color #51184E: hue angle of 303.16º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51184E is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB812478-
CMYK00.700.040.68
HSL303.16º54.29%20.59%-
HSV(B)303.16º70.37%31.76%-
XYZ5.12.957.51-
YUV47.2145.38152.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 24 (9.77% from 255) = 13.11%
BLUE value IS 78 (30.86% from 255) = 42.62%
R=44.26%
G=13.11%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81247800.700.040.68303.1654.2920.59
Hex51184E04644412f3615
Octal12130116010641044576625
Binary101000111000100111001000110100100010010010111111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,24,78); }

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

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

 a { background-color: rgb(81,24,78); }

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

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

 span { border-color: rgb(81,24,78); }

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