#542DAD

Color #542DAD Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #542DAD

Tints of Purple Heart #542DAD

Color information

#542DAD (or 0x542DAD) is unknown color: approx Purple Heart. HEX triplet: 54, 2D and AD. RGB value is (84,45,173). Sum of RGB (Red+Green+Blue) = 84+45+173=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #542DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542DAD is #ABD252. Grayscale: #464646. Windows color (decimal): -11260499 or 11349332. OLE color: 11349332.

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

Color convert

RGB8445173-
CMYK0.510.7400.32
HSL258.28º58.72%42.75%-
HSV(B)258.28º73.99%67.84%-
XYZ12.146.7840.2-
YUV71.25185.42137.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.81%
GREEN value IS 45 (17.97% from 255) = 14.90%
BLUE value IS 173 (67.97% from 255) = 57.28%
R=27.81%
G=14.90%
B=57.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal84451730.510.7400.32258.2858.7242.75
Hex542DAD334A0201023b2b
Octal12455255631120404027353
Binary10101001011011010110111001110010100100000100000010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #542DAD;
 }
 .AnyTagClassName
 {
   color: #542DAD;
 }
</style>
background-color css

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

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

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

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

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

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