#51115D

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

Shades of Hot Purple #51115D

Tints of Hot Purple #51115D

Color information

#51115D (or 0x51115D) is unknown color: approx Hot Purple. HEX triplet: 51, 11 and 5D. RGB value is (81,17,93). Sum of RGB (Red+Green+Blue) = 81+17+93=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #51115D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51115D is #AEEEA2. Grayscale: #2C2C2C. Windows color (decimal): -11464355 or 6099281. OLE color: 6099281.

HSL color Cylindrical-coordinate representation of color #51115D: hue angle of 290.53º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #51115D is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB811793-
CMYK0.130.8200.64
HSL290.53º69.09%21.57%-
HSV(B)290.53º81.72%36.47%-
XYZ5.572.9410.63-
YUV44.8155.2153.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.41%
GREEN value IS 17 (7.03% from 255) = 8.90%
BLUE value IS 93 (36.72% from 255) = 48.69%
R=42.41%
G=8.90%
B=48.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8117930.130.8200.64290.5369.0921.57
Hex51115DD520401234516
Octal1212113515122010044310526
Binary10100011000110111011101101001001000000100100011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51115D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,17,93); }

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

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

 a { background-color: rgb(81,17,93); }

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

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

 span { border-color: rgb(81,17,93); }

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