#54015B

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

Shades of Hot Purple #54015B

Tints of Hot Purple #54015B

Color information

#54015B (or 0x54015B) is unknown color: approx Hot Purple. HEX triplet: 54, 01 and 5B. RGB value is (84,1,91). Sum of RGB (Red+Green+Blue) = 84+1+91=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #54015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54015B is #ABFEA4. Grayscale: #232323. Windows color (decimal): -11271845 or 5964116. OLE color: 5964116.

HSL color Cylindrical-coordinate representation of color #54015B: hue angle of 295.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #54015B is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB84191-
CMYK0.080.9900.64
HSL295.33º97.83%18.04%-
HSV(B)295.33º98.9%35.69%-
XYZ5.562.6610.12-
YUV36.08159162.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.73%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 91 (35.94% from 255) = 51.70%
R=47.73%
G=0.57%
B=51.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal841910.080.9900.64295.3397.8318.04
Hex5415B8630401276212
Octal124113310143010044714222
Binary1010100110110111000110001101000000100100111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,1,91); }

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

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

 a { background-color: rgb(84,1,91); }

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

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

 span { border-color: rgb(84,1,91); }

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