#54285A

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

Shades of Hot Purple #54285A

Tints of Hot Purple #54285A

Color information

#54285A (or 0x54285A) is unknown color: approx Hot Purple. HEX triplet: 54, 28 and 5A. RGB value is (84,40,90). Sum of RGB (Red+Green+Blue) = 84+40+90=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #54285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54285A is #ABD7A5. Grayscale: #3A3A3A. Windows color (decimal): -11261862 or 5908564. OLE color: 5908564.

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

Color convert

RGB844090-
CMYK0.070.5600.65
HSL292.8º38.46%25.49%-
HSV(B)292.8º55.56%35.29%-
XYZ6.264.1410.14-
YUV58.86145.58145.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.25%
GREEN value IS 40 (16.02% from 255) = 18.69%
BLUE value IS 90 (35.55% from 255) = 42.06%
R=39.25%
G=18.69%
B=42.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8440900.070.5600.65292.838.4625.49
Hex54285A7380411252619
Octal1245013277001014454631
Binary101010010100010110101111110000100000110010010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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