#51115F

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

Shades of Hot Purple #51115F

Tints of Hot Purple #51115F

Color information

#51115F (or 0x51115F) is unknown color: approx Hot Purple. HEX triplet: 51, 11 and 5F. RGB value is (81,17,95). Sum of RGB (Red+Green+Blue) = 81+17+95=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #51115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51115F is #AEEEA0. Grayscale: #2C2C2C. Windows color (decimal): -11464353 or 6230353. OLE color: 6230353.

HSL color Cylindrical-coordinate representation of color #51115F: hue angle of 289.23º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #51115F is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB811795-
CMYK0.150.8200.63
HSL289.23º69.64%21.96%-
HSV(B)289.23º82.11%37.25%-
XYZ5.662.9811.1-
YUV45.03156.2153.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.97%
GREEN value IS 17 (7.03% from 255) = 8.81%
BLUE value IS 95 (37.5% from 255) = 49.22%
R=41.97%
G=8.81%
B=49.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8117950.150.8200.63289.2369.6421.96
Hex51115FF5203F1214616
Octal121211371712207744110626
Binary1010001100011011111111110100100111111100100001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51115F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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