Html Css Color HEX #542AAC Purple Heart

📋 copy color: '#542AAC'

red 84 ◦ green 42 ◦ blue 172

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

Shades of Purple Heart #542AAC

Tints of Purple Heart #542AAC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.09%

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

R = 28.19%
G = 14.09%
B = 57.72%

CMYK

 C value IS 0.51

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#542AAC (or 0x542AAC) is known color: Purple Heart. HEX triplet: 54, 2A and AC. RGB value is (84,42,172). Sum of RGB (Red+Green+Blue) = 84+42+172=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #542AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542AAC is #ABD553. Grayscale: #444444. Windows color (decimal): -11261268 or 11283028. OLE color: 11283028.

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

Color convert

RGB 84 42 172 -
CMYK 0.51 0.76 0 0.33
HSL 259.38º 0.61% 0.42% -
HSV(B) 259.38º 0.76% 0.67% -
XYZ 11.93 6.52 39.66 -
YUV 69.38 185.91 138.43 -
System Red Green Blue C M Y K H S L
Decimal 84 42 172 0.51 0.76 0 0.33 259.38 0.61 0.42
Hex 54 2A AC 33 4C 0 21 103 3D 2A
Octal 124 52 254 63 114 0 41 403 75 52
Binary 1010100 101010 10101100 110011 1001100 0 100001 100000011 111101 101010

Color Harmonies of #542AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542AAC

Black with #542AAC

Text Example


Text Example

White with #542AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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