#542EBF

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

Shades of Purple Heart #542EBF

Tints of Purple Heart #542EBF

Color information

#542EBF (or 0x542EBF) is unknown color: approx Purple Heart. HEX triplet: 54, 2E and BF. RGB value is (84,46,191). Sum of RGB (Red+Green+Blue) = 84+46+191=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #542EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542EBF is #ABD140. Grayscale: #494949. Windows color (decimal): -11260225 or 12529236. OLE color: 12529236.

HSL color Cylindrical-coordinate representation of color #542EBF: hue angle of 255.72º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #542EBF is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8446191-
CMYK0.560.7600.25
HSL255.72º61.18%46.47%-
HSV(B)255.72º75.92%74.9%-
XYZ14.047.650.02-
YUV73.89194.09135.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.17%
GREEN value IS 46 (18.36% from 255) = 14.33%
BLUE value IS 191 (75% from 255) = 59.50%
R=26.17%
G=14.33%
B=59.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal84461910.560.7600.25255.7261.1846.47
Hex542EBF384C0191003d2e
Octal12456277701140314007556
Binary1010100101110101111111110001001100011001100000000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542EBF; }

 p { color: rgb(84,46,191); }

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

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

 a { background-color: rgb(84,46,191); }

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

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

 span { border-color: rgb(84,46,191); }

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