#540359

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

Shades of Hot Purple #540359

Tints of Hot Purple #540359

Color information

#540359 (or 0x540359) is unknown color: approx Hot Purple. HEX triplet: 54, 03 and 59. RGB value is (84,3,89). Sum of RGB (Red+Green+Blue) = 84+3+89=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #540359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540359 is #ABFCA6. Grayscale: #242424. Windows color (decimal): -11271335 or 5833556. OLE color: 5833556.

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

Color convert

RGB84389-
CMYK0.060.9700.65
HSL296.51º93.48%18.04%-
HSV(B)296.51º96.63%34.9%-
XYZ5.492.679.68-
YUV37.02157.34161.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.73%
GREEN value IS 3 (1.56% from 255) = 1.70%
BLUE value IS 89 (35.16% from 255) = 50.57%
R=47.73%
G=1.70%
B=50.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal843890.060.9700.65296.5193.4818.04
Hex543596610411295d12
Octal12431316141010145113522
Binary1010100111011001110110000101000001100101001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540359; }

 p { color: rgb(84,3,89); }

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

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

 a { background-color: rgb(84,3,89); }

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

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

 span { border-color: rgb(84,3,89); }

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