#54295F

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

Shades of Hot Purple #54295F

Tints of Hot Purple #54295F

Color information

#54295F (or 0x54295F) is unknown color: approx Hot Purple. HEX triplet: 54, 29 and 5F. RGB value is (84,41,95). Sum of RGB (Red+Green+Blue) = 84+41+95=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 95 - color contains mainly: blue. Hex color #54295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54295F is #ABD6A0. Grayscale: #3B3B3B. Windows color (decimal): -11261601 or 6236500. OLE color: 6236500.

HSL color Cylindrical-coordinate representation of color #54295F: hue angle of 287.78º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54295F is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB844195-
CMYK0.120.5700.63
HSL287.78º39.71%26.67%-
HSV(B)287.78º56.84%37.25%-
XYZ6.514.311.31-
YUV60.01147.75145.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.18%
GREEN value IS 41 (16.41% from 255) = 18.64%
BLUE value IS 95 (37.5% from 255) = 43.18%
R=38.18%
G=18.64%
B=43.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8441950.120.5700.63287.7839.7126.67
Hex54295FC3903F120281b
Octal1245113714710774405033
Binary101010010100110111111100111001011111110010000010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54295F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54295F; }

 p { color: rgb(84,41,95); }

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

<style>
 a { background-color: #54295F; }

 a { background-color: rgb(84,41,95); }

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

<style>
 span { border-color: #54295F; }

 span { border-color: rgb(84,41,95); }

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