#542DAC

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

Shades of Purple Heart #542DAC

Tints of Purple Heart #542DAC

Color information

#542DAC (or 0x542DAC) is unknown color: approx 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

RGB8445172-
CMYK0.510.7400.33
HSL258.43º58.53%42.55%-
HSV(B)258.43º73.84%67.45%-
XYZ12.046.7439.7-
YUV71.14184.92137.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% 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 (Cyan) values IS 0.51
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84451720.510.7400.33258.4358.5342.55
Hex542DAC334A0211023b2b
Octal12455254631120414027353
Binary10101001011011010110011001110010100100001100000010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>