#51145B

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

Shades of Hot Purple #51145B

Tints of Hot Purple #51145B

Color information

#51145B (or 0x51145B) is unknown color: approx Hot Purple. HEX triplet: 51, 14 and 5B. RGB value is (81,20,91). Sum of RGB (Red+Green+Blue) = 81+20+91=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #51145B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51145B is #AEEBA4. Grayscale: #2E2E2E. Windows color (decimal): -11463589 or 5968977. OLE color: 5968977.

HSL color Cylindrical-coordinate representation of color #51145B: hue angle of 291.55º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #51145B is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB812091-
CMYK0.110.7800.64
HSL291.55º63.96%21.76%-
HSV(B)291.55º78.02%35.69%-
XYZ5.53310.19-
YUV46.33153.21152.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.19%
GREEN value IS 20 (8.20% from 255) = 10.42%
BLUE value IS 91 (35.94% from 255) = 47.40%
R=42.19%
G=10.42%
B=47.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8120910.110.7800.64291.5563.9621.76
Hex51145BB4E0401244016
Octal1212413313116010044410026
Binary10100011010010110111011100111001000000100100100100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51145B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51145B; }

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

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

<style>
 a { background-color: #51145B; }

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

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

<style>
 span { border-color: #51145B; }

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

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