Html Css Color HEX #542EDC Purple Heart

📋 copy color: '#542EDC'

red 84 ◦ green 46 ◦ blue 220

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

Shades of Purple Heart #542EDC

Tints of Purple Heart #542EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.86%

R = 24%
G = 13.14%
B = 62.86%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#542EDC (or 0x542EDC) is known color: Purple Heart. HEX triplet: 54, 2E and DC. RGB value is (84,46,220). Sum of RGB (Red+Green+Blue) = 84+46+220=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #542EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542EDC is #ABD123. Grayscale: #4C4C4C. Windows color (decimal): -11260196 or 14429780. OLE color: 14429780.

HSL color Cylindrical-coordinate representation of color #542EDC: hue angle of 253.1º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #542EDC is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 46 220 -
CMYK 0.62 0.79 0 0.14
HSL 253.1º 0.71% 0.52% -
HSV(B) 253.1º 0.79% 0.86% -
XYZ 17.55 9.01 68.52 -
YUV 77.2 208.59 132.85 -
System Red Green Blue C M Y K H S L
Decimal 84 46 220 0.62 0.79 0 0.14 253.1 0.71 0.52
Hex 54 2E DC 3E 4F 0 E FD 47 34
Octal 124 56 334 76 117 0 16 375 107 64
Binary 1010100 101110 11011100 111110 1001111 0 1110 11111101 1000111 110100

Color Harmonies of #542EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542EDC

Black with #542EDC

Text Example


Text Example

White with #542EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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