#51154C

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

Shades of Hot Purple #51154C

Tints of Hot Purple #51154C

Color information

#51154C (or 0x51154C) is unknown color: approx Hot Purple. HEX triplet: 51, 15 and 4C. RGB value is (81,21,76). Sum of RGB (Red+Green+Blue) = 81+21+76=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #51154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51154C is #AEEAB3. Grayscale: #2D2D2D. Windows color (decimal): -11463348 or 4986193. OLE color: 4986193.

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

Color convert

RGB812176-
CMYK00.740.060.68
HSL305º58.82%20%-
HSV(B)305º74.07%31.76%-
XYZ4.972.817.12-
YUV45.21145.38153.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.51%
GREEN value IS 21 (8.59% from 255) = 11.80%
BLUE value IS 76 (30.08% from 255) = 42.70%
R=45.51%
G=11.80%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81217600.740.060.6830558.8220
Hex51154C04A6441313b14
Octal12125114011261044617324
Binary101000110101100110001001010110100010010011000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51154C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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