Html Css Color HEX #542DAA Purple Heart

📋 copy color: '#542DAA'

red 84 ◦ green 45 ◦ blue 170

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

Shades of Purple Heart #542DAA

Tints of Purple Heart #542DAA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.05%

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

R = 28.09%
G = 15.05%
B = 56.86%

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

#542DAA (or 0x542DAA) is known color: Purple Heart. HEX triplet: 54, 2D and AA. RGB value is (84,45,170). Sum of RGB (Red+Green+Blue) = 84+45+170=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #542DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542DAA is #ABD255. Grayscale: #464646. Windows color (decimal): -11260502 or 11152724. OLE color: 11152724.

HSL color Cylindrical-coordinate representation of color #542DAA: hue angle of 258.72º degrees, saturation: 0.58, 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 #542DAA is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 45 170 -
CMYK 0.51 0.74 0 0.33
HSL 258.72º 0.58% 0.42% -
HSV(B) 258.72º 0.74% 0.67% -
XYZ 11.85 6.66 38.69 -
YUV 70.91 183.92 137.34 -
System Red Green Blue C M Y K H S L
Decimal 84 45 170 0.51 0.74 0 0.33 258.72 0.58 0.42
Hex 54 2D AA 33 4A 0 21 103 3A 2A
Octal 124 55 252 63 112 0 41 403 72 52
Binary 1010100 101101 10101010 110011 1001010 0 100001 100000011 111010 101010

Color Harmonies of #542DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542DAA

Black with #542DAA

Text Example


Text Example

White with #542DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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