#540EB6

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

Shades of Purple Heart #540EB6

Tints of Purple Heart #540EB6

Color information

#540EB6 (or 0x540EB6) is unknown color: approx Purple Heart. HEX triplet: 54, 0E and B6. RGB value is (84,14,182). Sum of RGB (Red+Green+Blue) = 84+14+182=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 182 (71.48% from 255 or 65% from 280); Max value from RGB is 182 - color contains mainly: blue. Hex color #540EB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540EB6 is #ABF149. Grayscale: #353535. Windows color (decimal): -11268426 or 11931220. OLE color: 11931220.

HSL color Cylindrical-coordinate representation of color #540EB6: hue angle of 265º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540EB6 is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8414182-
CMYK0.540.9200.29
HSL265º85.71%38.43%-
HSV(B)265º92.31%71.37%-
XYZ12.265.5844.69-
YUV54.08200.19149.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30%
GREEN value IS 14 (5.86% from 255) = 5%
BLUE value IS 182 (71.48% from 255) = 65%
R=30%
G=5%
B=65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal84141820.540.9200.2926585.7138.43
Hex54EB6365C01D1095626
Octal124162666613403541112646
Binary101010011101011011011011010111000111011000010011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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