Html Css Color HEX #542DA9 Purple Heart

📋 copy color: '#542DA9'

red 84 ◦ green 45 ◦ blue 169

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

Shades of Purple Heart #542DA9

Tints of Purple Heart #542DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 56.71%

R = 28.19%
G = 15.1%
B = 56.71%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#542DA9 (or 0x542DA9) is known color: Purple Heart. HEX triplet: 54, 2D and A9. RGB value is (84,45,169). Sum of RGB (Red+Green+Blue) = 84+45+169=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 169 (66.41% from 255 or 56.71% from 298); Max value from RGB is 169 - color contains mainly: blue. Hex color #542DA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542DA9 is #ABD256. Grayscale: #464646. Windows color (decimal): -11260503 or 11087188. OLE color: 11087188.

HSL color Cylindrical-coordinate representation of color #542DA9: hue angle of 258.87º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #542DA9 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 84 45 169 -
CMYK 0.50 0.73 0 0.34
HSL 258.87º 0.58% 0.42% -
HSV(B) 258.87º 0.73% 0.66% -
XYZ 11.76 6.63 38.2 -
YUV 70.8 183.42 137.42 -
System Red Green Blue C M Y K H S L
Decimal 84 45 169 0.50 0.73 0 0.34 258.87 0.58 0.42
Hex 54 2D A9 32 49 0 22 103 3A 2A
Octal 124 55 251 62 111 0 42 403 72 52
Binary 1010100 101101 10101001 110010 1001001 0 100010 100000011 111010 101010

Color Harmonies of #542DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542DA9

Black with #542DA9

Text Example


Text Example

White with #542DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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