Html Css Color HEX #542FAA Purple Heart

📋 copy color: '#542FAA'

red 84 ◦ green 47 ◦ blue 170

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

Shades of Purple Heart #542FAA

Tints of Purple Heart #542FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.61%

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

R = 27.91%
G = 15.61%
B = 56.48%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#542FAA (or 0x542FAA) is known color: Purple Heart. HEX triplet: 54, 2F and AA. RGB value is (84,47,170). Sum of RGB (Red+Green+Blue) = 84+47+170=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #542FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542FAA is #ABD055. Grayscale: #474747. Windows color (decimal): -11259990 or 11153236. OLE color: 11153236.

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

Color convert

RGB 84 47 170 -
CMYK 0.51 0.72 0 0.33
HSL 258.05º 0.57% 0.43% -
HSV(B) 258.05º 0.72% 0.67% -
XYZ 11.93 6.82 38.72 -
YUV 72.09 183.26 136.5 -
System Red Green Blue C M Y K H S L
Decimal 84 47 170 0.51 0.72 0 0.33 258.05 0.57 0.43
Hex 54 2F AA 33 48 0 21 102 39 2B
Octal 124 57 252 63 110 0 41 402 71 53
Binary 1010100 101111 10101010 110011 1001000 0 100001 100000010 111001 101011

Color Harmonies of #542FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542FAA

Black with #542FAA

Text Example


Text Example

White with #542FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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