Html Css Color HEX #542CAA Purple Heart

📋 copy color: '#542CAA'

red 84 ◦ green 44 ◦ blue 170

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

Shades of Purple Heart #542CAA

Tints of Purple Heart #542CAA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.77%

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

R = 28.19%
G = 14.77%
B = 57.05%

CMYK

 C value IS 0.51

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#542CAA (or 0x542CAA) is known color: Purple Heart. HEX triplet: 54, 2C and AA. RGB value is (84,44,170). Sum of RGB (Red+Green+Blue) = 84+44+170=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #542CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542CAA is #ABD355. Grayscale: #454545. Windows color (decimal): -11260758 or 11152468. OLE color: 11152468.

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

Color convert

RGB 84 44 170 -
CMYK 0.51 0.74 0 0.33
HSL 259.05º 0.59% 0.42% -
HSV(B) 259.05º 0.74% 0.67% -
XYZ 11.81 6.59 38.68 -
YUV 70.32 184.25 137.75 -
System Red Green Blue C M Y K H S L
Decimal 84 44 170 0.51 0.74 0 0.33 259.05 0.59 0.42
Hex 54 2C AA 33 4A 0 21 103 3B 2A
Octal 124 54 252 63 112 0 41 403 73 52
Binary 1010100 101100 10101010 110011 1001010 0 100001 100000011 111011 101010

Color Harmonies of #542CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542CAA

Black with #542CAA

Text Example


Text Example

White with #542CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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