Html Css Color HEX #542EB8 Purple Heart

📋 copy color: '#542EB8'

red 84 ◦ green 46 ◦ blue 184

#542EB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #542EB8

Tints of Purple Heart #542EB8

RGB

 RED value IS 84 (33.2% from 255) = 26.75%

 GREEN value IS 46 (18.36% from 255) = 14.65%

 BLUE value IS 184 (72.27% from 255) = 58.6%

R = 26.75%
G = 14.65%
B = 58.6%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#542EB8 (or 0x542EB8) is known color: Purple Heart. HEX triplet: 54, 2E and B8. RGB value is (84,46,184). Sum of RGB (Red+Green+Blue) = 84+46+184=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 184 (72.27% from 255 or 58.60% from 314); Max value from RGB is 184 - color contains mainly: blue. Hex color #542EB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542EB8 is #ABD147. Grayscale: #484848. Windows color (decimal): -11260232 or 12070484. OLE color: 12070484.

HSL color Cylindrical-coordinate representation of color #542EB8: hue angle of 256.52º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #542EB8 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 84 46 184 -
CMYK 0.54 0.75 0 0.28
HSL 256.52º 0.6% 0.45% -
HSV(B) 256.52º 0.75% 0.72% -
XYZ 13.28 7.3 46.06 -
YUV 73.09 190.59 135.78 -
System Red Green Blue C M Y K H S L
Decimal 84 46 184 0.54 0.75 0 0.28 256.52 0.6 0.45
Hex 54 2E B8 36 4B 0 1C 101 3C 2D
Octal 124 56 270 66 113 0 34 401 74 55
Binary 1010100 101110 10111000 110110 1001011 0 11100 100000001 111100 101101

Color Harmonies of #542EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542EB8

Black with #542EB8

Text Example


Text Example

White with #542EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #542EB8;
 }
 .AnyTagClassName
 {
   color: #542EB8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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