#51144C

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

Shades of Hot Purple #51144C

Tints of Hot Purple #51144C

Color information

#51144C (or 0x51144C) is unknown color: approx Hot Purple. HEX triplet: 51, 14 and 4C. RGB value is (81,20,76). Sum of RGB (Red+Green+Blue) = 81+20+76=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #51144C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51144C is #AEEBB3. Grayscale: #2C2C2C. Windows color (decimal): -11463604 or 4985937. OLE color: 4985937.

HSL color Cylindrical-coordinate representation of color #51144C: hue angle of 304.92º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #51144C is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB812076-
CMYK00.750.060.68
HSL304.92º60.4%19.8%-
HSV(B)304.92º75.31%31.76%-
XYZ4.952.777.11-
YUV44.62145.71153.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.76%
GREEN value IS 20 (8.20% from 255) = 11.30%
BLUE value IS 76 (30.08% from 255) = 42.94%
R=45.76%
G=11.30%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81207600.750.060.68304.9260.419.8
Hex51144C04B6441313c14
Octal12124114011361044617424
Binary101000110100100110001001011110100010010011000111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51144C; }

 p { color: rgb(81,20,76); }

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

<style>
 a { background-color: #51144C; }

 a { background-color: rgb(81,20,76); }

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

<style>
 span { border-color: #51144C; }

 span { border-color: rgb(81,20,76); }

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