#540EC5

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

Shades of Purple Heart #540EC5

Tints of Purple Heart #540EC5

Color information

#540EC5 (or 0x540EC5) is unknown color: approx Purple Heart. HEX triplet: 54, 0E and C5. RGB value is (84,14,197). Sum of RGB (Red+Green+Blue) = 84+14+197=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 197 (77.34% from 255 or 66.78% from 295); Max value from RGB is 197 - color contains mainly: blue. Hex color #540EC5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540EC5 is #ABF13A. Grayscale: #373737. Windows color (decimal): -11268411 or 12914260. OLE color: 12914260.

HSL color Cylindrical-coordinate representation of color #540EC5: hue angle of 262.95º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540EC5 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8414197-
CMYK0.570.9300.23
HSL262.95º86.73%41.37%-
HSV(B)262.95º92.89%77.25%-
XYZ13.896.2353.29-
YUV55.79207.69148.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.47%
GREEN value IS 14 (5.86% from 255) = 4.75%
BLUE value IS 197 (77.34% from 255) = 66.78%
R=28.47%
G=4.75%
B=66.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal84141970.570.9300.23262.9586.7341.37
Hex54EC5395D0171075729
Octal124163057113502740712751
Binary101010011101100010111100110111010101111000001111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540EC5; }

 p { color: rgb(84,14,197); }

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

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

 a { background-color: rgb(84,14,197); }

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

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

 span { border-color: rgb(84,14,197); }

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