Html Css Color HEX #542AAA Purple Heart

📋 copy color: '#542AAA'

red 84 ◦ green 42 ◦ blue 170

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

Shades of Purple Heart #542AAA

Tints of Purple Heart #542AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.43%

R = 28.38%
G = 14.19%
B = 57.43%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#542AAA (or 0x542AAA) is known color: Purple Heart. HEX triplet: 54, 2A and AA. RGB value is (84,42,170). Sum of RGB (Red+Green+Blue) = 84+42+170=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #542AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542AAA is #ABD555. Grayscale: #444444. Windows color (decimal): -11261270 or 11151956. OLE color: 11151956.

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

Color convert

RGB 84 42 170 -
CMYK 0.51 0.75 0 0.33
HSL 259.69º 0.6% 0.42% -
HSV(B) 259.69º 0.75% 0.67% -
XYZ 11.74 6.44 38.66 -
YUV 69.15 184.91 138.59 -
System Red Green Blue C M Y K H S L
Decimal 84 42 170 0.51 0.75 0 0.33 259.69 0.6 0.42
Hex 54 2A AA 33 4B 0 21 104 3C 2A
Octal 124 52 252 63 113 0 41 404 74 52
Binary 1010100 101010 10101010 110011 1001011 0 100001 100000100 111100 101010

Color Harmonies of #542AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542AAA

Black with #542AAA

Text Example


Text Example

White with #542AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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