Html Css Color HEX #542DAC Purple Heart

📋 copy color: '#542DAC'

red 84 ◦ green 45 ◦ blue 172

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

Shades of Purple Heart #542DAC

Tints of Purple Heart #542DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.95%

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

R = 27.91%
G = 14.95%
B = 57.14%

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

#542DAC (or 0x542DAC) is known color: Purple Heart. HEX triplet: 54, 2D and AC. RGB value is (84,45,172). Sum of RGB (Red+Green+Blue) = 84+45+172=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #542DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542DAC is #ABD253. Grayscale: #464646. Windows color (decimal): -11260500 or 11283796. OLE color: 11283796.

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

Color convert

RGB 84 45 172 -
CMYK 0.51 0.74 0 0.33
HSL 258.43º 0.59% 0.43% -
HSV(B) 258.43º 0.74% 0.67% -
XYZ 12.04 6.74 39.7 -
YUV 71.14 184.92 137.17 -
System Red Green Blue C M Y K H S L
Decimal 84 45 172 0.51 0.74 0 0.33 258.43 0.59 0.43
Hex 54 2D AC 33 4A 0 21 102 3B 2B
Octal 124 55 254 63 112 0 41 402 73 53
Binary 1010100 101101 10101100 110011 1001010 0 100001 100000010 111011 101011

Color Harmonies of #542DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542DAC

Black with #542DAC

Text Example


Text Example

White with #542DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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