Html Css Color HEX #542CAD Purple Heart

📋 copy color: '#542CAD'

red 84 ◦ green 44 ◦ blue 173

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

Shades of Purple Heart #542CAD

Tints of Purple Heart #542CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 57.48%

R = 27.91%
G = 14.62%
B = 57.48%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#542CAD (or 0x542CAD) is known color: Purple Heart. HEX triplet: 54, 2C and AD. RGB value is (84,44,173). Sum of RGB (Red+Green+Blue) = 84+44+173=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #542CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542CAD is #ABD352. Grayscale: #464646. Windows color (decimal): -11260755 or 11349076. OLE color: 11349076.

HSL color Cylindrical-coordinate representation of color #542CAD: hue angle of 258.6º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #542CAD is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 44 173 -
CMYK 0.51 0.75 0 0.32
HSL 258.6º 0.59% 0.43% -
HSV(B) 258.6º 0.75% 0.68% -
XYZ 12.1 6.7 40.19 -
YUV 70.67 185.75 137.51 -
System Red Green Blue C M Y K H S L
Decimal 84 44 173 0.51 0.75 0 0.32 258.6 0.59 0.43
Hex 54 2C AD 33 4B 0 20 103 3B 2B
Octal 124 54 255 63 113 0 40 403 73 53
Binary 1010100 101100 10101101 110011 1001011 0 100000 100000011 111011 101011

Color Harmonies of #542CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542CAD

Black with #542CAD

Text Example


Text Example

White with #542CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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