Html Css Color HEX #542CAC Purple Heart

📋 copy color: '#542CAC'

red 84 ◦ green 44 ◦ blue 172

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

Shades of Purple Heart #542CAC

Tints of Purple Heart #542CAC

RGB

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

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

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

R = 28%
G = 14.67%
B = 57.33%

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

#542CAC (or 0x542CAC) is known color: Purple Heart. HEX triplet: 54, 2C and AC. RGB value is (84,44,172). Sum of RGB (Red+Green+Blue) = 84+44+172=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #542CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542CAC is #ABD353. Grayscale: #464646. Windows color (decimal): -11260756 or 11283540. OLE color: 11283540.

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

Color convert

RGB 84 44 172 -
CMYK 0.51 0.74 0 0.33
HSL 258.75º 0.59% 0.42% -
HSV(B) 258.75º 0.74% 0.67% -
XYZ 12 6.66 39.68 -
YUV 70.55 185.25 137.59 -
System Red Green Blue C M Y K H S L
Decimal 84 44 172 0.51 0.74 0 0.33 258.75 0.59 0.42
Hex 54 2C AC 33 4A 0 21 103 3B 2A
Octal 124 54 254 63 112 0 41 403 73 52
Binary 1010100 101100 10101100 110011 1001010 0 100001 100000011 111011 101010

Color Harmonies of #542CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542CAC

Black with #542CAC

Text Example


Text Example

White with #542CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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