Html Css Color HEX #542FAC Purple Heart

📋 copy color: '#542FAC'

red 84 ◦ green 47 ◦ blue 172

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

Shades of Purple Heart #542FAC

Tints of Purple Heart #542FAC

RGB

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

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

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

R = 27.72%
G = 15.51%
B = 56.77%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#542FAC (or 0x542FAC) is known color: Purple Heart. HEX triplet: 54, 2F and AC. RGB value is (84,47,172). Sum of RGB (Red+Green+Blue) = 84+47+172=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #542FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542FAC is #ABD053. Grayscale: #474747. Windows color (decimal): -11259988 or 11284308. OLE color: 11284308.

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

Color convert

RGB 84 47 172 -
CMYK 0.51 0.73 0 0.33
HSL 257.76º 0.57% 0.43% -
HSV(B) 257.76º 0.73% 0.67% -
XYZ 12.12 6.9 39.72 -
YUV 72.31 184.26 136.34 -
System Red Green Blue C M Y K H S L
Decimal 84 47 172 0.51 0.73 0 0.33 257.76 0.57 0.43
Hex 54 2F AC 33 49 0 21 102 39 2B
Octal 124 57 254 63 111 0 41 402 71 53
Binary 1010100 101111 10101100 110011 1001001 0 100001 100000010 111001 101011

Color Harmonies of #542FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542FAC

Black with #542FAC

Text Example


Text Example

White with #542FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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