#54005A

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

Shades of Hot Purple #54005A

Tints of Hot Purple #54005A

Color information

#54005A (or 0x54005A) is unknown color: approx Hot Purple. HEX triplet: 54, 00 and 5A. RGB value is (84,0,90). Sum of RGB (Red+Green+Blue) = 84+0+90=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #54005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54005A is #ABFFA5. Grayscale: #232323. Windows color (decimal): -11272102 or 5898324. OLE color: 5898324.

HSL color Cylindrical-coordinate representation of color #54005A: hue angle of 296º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #54005A is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB84090-
CMYK0.07100.65
HSL296º100%17.65%-
HSV(B)296º100%35.29%-
XYZ5.52.629.89-
YUV35.38158.83162.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 90 (35.55% from 255) = 51.72%
R=48.28%
G=0%
B=51.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal840900.07100.6529610017.65
Hex5405A7640411286412
Octal12401327144010145014422
Binary101010001011010111110010001000001100101000110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54005A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54005A; }

 p { color: rgb(84,0,90); }

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

<style>
 a { background-color: #54005A; }

 a { background-color: rgb(84,0,90); }

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

<style>
 span { border-color: #54005A; }

 span { border-color: rgb(84,0,90); }

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