Html Css Color HEX #542ED5 Purple Heart

📋 copy color: '#542ED5'

red 84 ◦ green 46 ◦ blue 213

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

Shades of Purple Heart #542ED5

Tints of Purple Heart #542ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 62.1%

R = 24.49%
G = 13.41%
B = 62.1%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#542ED5 (or 0x542ED5) is known color: Purple Heart. HEX triplet: 54, 2E and D5. RGB value is (84,46,213). Sum of RGB (Red+Green+Blue) = 84+46+213=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 213 (83.59% from 255 or 62.10% from 343); Max value from RGB is 213 - color contains mainly: blue. Hex color #542ED5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542ED5 is #ABD12A. Grayscale: #4B4B4B. Windows color (decimal): -11260203 or 13971028. OLE color: 13971028.

HSL color Cylindrical-coordinate representation of color #542ED5: hue angle of 253.65º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #542ED5 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 84 46 213 -
CMYK 0.61 0.78 0 0.16
HSL 253.65º 0.67% 0.51% -
HSV(B) 253.65º 0.78% 0.84% -
XYZ 16.64 8.64 63.74 -
YUV 76.4 205.09 133.42 -
System Red Green Blue C M Y K H S L
Decimal 84 46 213 0.61 0.78 0 0.16 253.65 0.67 0.51
Hex 54 2E D5 3D 4E 0 10 FE 43 33
Octal 124 56 325 75 116 0 20 376 103 63
Binary 1010100 101110 11010101 111101 1001110 0 10000 11111110 1000011 110011

Color Harmonies of #542ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542ED5

Black with #542ED5

Text Example


Text Example

White with #542ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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