Html Css Color HEX #542FAB Purple Heart

📋 copy color: '#542FAB'

red 84 ◦ green 47 ◦ blue 171

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

Shades of Purple Heart #542FAB

Tints of Purple Heart #542FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.62%

R = 27.81%
G = 15.56%
B = 56.62%

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

#542FAB (or 0x542FAB) is known color: Purple Heart. HEX triplet: 54, 2F and AB. RGB value is (84,47,171). Sum of RGB (Red+Green+Blue) = 84+47+171=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #542FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542FAB is #ABD054. Grayscale: #474747. Windows color (decimal): -11259989 or 11218772. OLE color: 11218772.

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

Color convert

RGB 84 47 171 -
CMYK 0.51 0.73 0 0.33
HSL 257.9º 0.57% 0.43% -
HSV(B) 257.9º 0.73% 0.67% -
XYZ 12.02 6.86 39.22 -
YUV 72.2 183.76 136.42 -
System Red Green Blue C M Y K H S L
Decimal 84 47 171 0.51 0.73 0 0.33 257.9 0.57 0.43
Hex 54 2F AB 33 49 0 21 102 39 2B
Octal 124 57 253 63 111 0 41 402 71 53
Binary 1010100 101111 10101011 110011 1001001 0 100001 100000010 111001 101011

Color Harmonies of #542FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542FAB

Black with #542FAB

Text Example


Text Example

White with #542FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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