Html Css Color HEX #542ED8 Purple Heart

📋 copy color: '#542ED8'

red 84 ◦ green 46 ◦ blue 216

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

Shades of Purple Heart #542ED8

Tints of Purple Heart #542ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 62.43%

R = 24.28%
G = 13.29%
B = 62.43%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#542ED8 (or 0x542ED8) is known color: Purple Heart. HEX triplet: 54, 2E and D8. RGB value is (84,46,216). Sum of RGB (Red+Green+Blue) = 84+46+216=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 216 (84.77% from 255 or 62.43% from 346); Max value from RGB is 216 - color contains mainly: blue. Hex color #542ED8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542ED8 is #ABD127. Grayscale: #4C4C4C. Windows color (decimal): -11260200 or 14167636. OLE color: 14167636.

HSL color Cylindrical-coordinate representation of color #542ED8: hue angle of 253.41º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #542ED8 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 46 216 -
CMYK 0.61 0.79 0 0.15
HSL 253.41º 0.69% 0.51% -
HSV(B) 253.41º 0.79% 0.85% -
XYZ 17.03 8.8 65.77 -
YUV 76.74 206.59 133.18 -
System Red Green Blue C M Y K H S L
Decimal 84 46 216 0.61 0.79 0 0.15 253.41 0.69 0.51
Hex 54 2E D8 3D 4F 0 F FD 45 33
Octal 124 56 330 75 117 0 17 375 105 63
Binary 1010100 101110 11011000 111101 1001111 0 1111 11111101 1000101 110011

Color Harmonies of #542ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542ED8

Black with #542ED8

Text Example


Text Example

White with #542ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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