#51124C

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

Shades of Hot Purple #51124C

Tints of Hot Purple #51124C

Color information

#51124C (or 0x51124C) is unknown color: approx Hot Purple. HEX triplet: 51, 12 and 4C. RGB value is (81,18,76). Sum of RGB (Red+Green+Blue) = 81+18+76=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #51124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51124C is #AEEDB3. Grayscale: #2B2B2B. Windows color (decimal): -11464116 or 4985425. OLE color: 4985425.

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

Color convert

RGB811876-
CMYK00.780.060.68
HSL304.76º63.64%19.41%-
HSV(B)304.76º77.78%31.76%-
XYZ4.912.77.1-
YUV43.45146.37154.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.29%
GREEN value IS 18 (7.42% from 255) = 10.29%
BLUE value IS 76 (30.08% from 255) = 43.43%
R=46.29%
G=10.29%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81187600.780.060.68304.7663.6419.41
Hex51124C04E6441314013
Octal121221140116610446110023
Binary1010001100101001100010011101101000100100110001100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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