Html Css Color HEX #542EDD Purple Heart

📋 copy color: '#542EDD'

red 84 ◦ green 46 ◦ blue 221

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

Shades of Purple Heart #542EDD

Tints of Purple Heart #542EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.96%

R = 23.93%
G = 13.11%
B = 62.96%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#542EDD (or 0x542EDD) is known color: Purple Heart. HEX triplet: 54, 2E and DD. RGB value is (84,46,221). Sum of RGB (Red+Green+Blue) = 84+46+221=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 46 (18.36% from 255 or 13.11% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #542EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542EDD is #ABD122. Grayscale: #4C4C4C. Windows color (decimal): -11260195 or 14495316. OLE color: 14495316.

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

Color convert

RGB 84 46 221 -
CMYK 0.62 0.79 0 0.13
HSL 253.03º 0.72% 0.52% -
HSV(B) 253.03º 0.79% 0.87% -
XYZ 17.68 9.06 69.22 -
YUV 77.31 209.09 132.77 -
System Red Green Blue C M Y K H S L
Decimal 84 46 221 0.62 0.79 0 0.13 253.03 0.72 0.52
Hex 54 2E DD 3E 4F 0 D FD 48 34
Octal 124 56 335 76 117 0 15 375 110 64
Binary 1010100 101110 11011101 111110 1001111 0 1101 11111101 1001000 110100

Color Harmonies of #542EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542EDD

Black with #542EDD

Text Example


Text Example

White with #542EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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