Html Css Color HEX #542ED7 Purple Heart

📋 copy color: '#542ED7'

red 84 ◦ green 46 ◦ blue 215

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

Shades of Purple Heart #542ED7

Tints of Purple Heart #542ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 62.32%

R = 24.35%
G = 13.33%
B = 62.32%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#542ED7 (or 0x542ED7) is known color: Purple Heart. HEX triplet: 54, 2E and D7. RGB value is (84,46,215). Sum of RGB (Red+Green+Blue) = 84+46+215=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 215 (84.38% from 255 or 62.32% from 345); Max value from RGB is 215 - color contains mainly: blue. Hex color #542ED7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542ED7 is #ABD128. Grayscale: #4B4B4B. Windows color (decimal): -11260201 or 14102100. OLE color: 14102100.

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

Color convert

RGB 84 46 215 -
CMYK 0.61 0.79 0 0.16
HSL 253.49º 0.68% 0.51% -
HSV(B) 253.49º 0.79% 0.84% -
XYZ 16.9 8.75 65.09 -
YUV 76.63 206.09 133.26 -
System Red Green Blue C M Y K H S L
Decimal 84 46 215 0.61 0.79 0 0.16 253.49 0.68 0.51
Hex 54 2E D7 3D 4F 0 10 FD 44 33
Octal 124 56 327 75 117 0 20 375 104 63
Binary 1010100 101110 11010111 111101 1001111 0 10000 11111101 1000100 110011

Color Harmonies of #542ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542ED7

Black with #542ED7

Text Example


Text Example

White with #542ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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