#51055B

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

Shades of Hot Purple #51055B

Tints of Hot Purple #51055B

Color information

#51055B (or 0x51055B) is unknown color: approx Hot Purple. HEX triplet: 51, 05 and 5B. RGB value is (81,5,91). Sum of RGB (Red+Green+Blue) = 81+5+91=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #51055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51055B is #AEFAA4. Grayscale: #252525. Windows color (decimal): -11467429 or 5965137. OLE color: 5965137.

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

Color convert

RGB81591-
CMYK0.110.9500.64
HSL293.02º89.58%18.82%-
HSV(B)293.02º94.51%35.69%-
XYZ5.342.6110.12-
YUV37.53158.18159.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.76%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 91 (35.94% from 255) = 51.41%
R=45.76%
G=2.82%
B=51.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal815910.110.9500.64293.0289.5818.82
Hex5155BB5F0401255a13
Octal121513313137010044513223
Binary101000110110110111011101111101000000100100101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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