Html Css Color HEX #542EAC Purple Heart

📋 copy color: '#542EAC'

red 84 ◦ green 46 ◦ blue 172

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

Shades of Purple Heart #542EAC

Tints of Purple Heart #542EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.95%

R = 27.81%
G = 15.23%
B = 56.95%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#542EAC (or 0x542EAC) is known color: Purple Heart. HEX triplet: 54, 2E and AC. RGB value is (84,46,172). Sum of RGB (Red+Green+Blue) = 84+46+172=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #542EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542EAC is #ABD153. Grayscale: #474747. Windows color (decimal): -11260244 or 11284052. OLE color: 11284052.

HSL color Cylindrical-coordinate representation of color #542EAC: hue angle of 258.1º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #542EAC is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 46 172 -
CMYK 0.51 0.73 0 0.33
HSL 258.1º 0.58% 0.43% -
HSV(B) 258.1º 0.73% 0.67% -
XYZ 12.08 6.82 39.71 -
YUV 71.73 184.59 136.75 -
System Red Green Blue C M Y K H S L
Decimal 84 46 172 0.51 0.73 0 0.33 258.1 0.58 0.43
Hex 54 2E AC 33 49 0 21 102 3A 2B
Octal 124 56 254 63 111 0 41 402 72 53
Binary 1010100 101110 10101100 110011 1001001 0 100001 100000010 111010 101011

Color Harmonies of #542EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542EAC

Black with #542EAC

Text Example


Text Example

White with #542EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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