#54025C

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

Shades of Hot Purple #54025C

Tints of Hot Purple #54025C

Color information

#54025C (or 0x54025C) is unknown color: approx Hot Purple. HEX triplet: 54, 02 and 5C. RGB value is (84,2,92). Sum of RGB (Red+Green+Blue) = 84+2+92=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #54025C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54025C is #ABFDA3. Grayscale: #242424. Windows color (decimal): -11271588 or 6029908. OLE color: 6029908.

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

Color convert

RGB84292-
CMYK0.090.9800.64
HSL294.67º95.74%18.43%-
HSV(B)294.67º97.83%36.08%-
XYZ5.612.710.35-
YUV36.78159.17161.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.19%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 92 (36.33% from 255) = 51.69%
R=47.19%
G=1.12%
B=51.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal842920.090.9800.64294.6795.7418.43
Hex5425C9620401276012
Octal124213411142010044714022
Binary10101001010111001001110001001000000100100111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54025C; }

 p { color: rgb(84,2,92); }

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

<style>
 a { background-color: #54025C; }

 a { background-color: rgb(84,2,92); }

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

<style>
 span { border-color: #54025C; }

 span { border-color: rgb(84,2,92); }

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