#542AAB

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

Shades of Purple Heart #542AAB

Tints of Purple Heart #542AAB

Color information

#542AAB (or 0x542AAB) is unknown color: approx Purple Heart. HEX triplet: 54, 2A and AB. RGB value is (84,42,171). Sum of RGB (Red+Green+Blue) = 84+42+171=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #542AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542AAB is #ABD554. Grayscale: #444444. Windows color (decimal): -11261269 or 11217492. OLE color: 11217492.

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

Color convert

RGB8442171-
CMYK0.510.7500.33
HSL259.53º60.56%41.76%-
HSV(B)259.53º75.44%67.06%-
XYZ11.836.4839.16-
YUV69.26185.41138.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.28%
GREEN value IS 42 (16.80% from 255) = 14.14%
BLUE value IS 171 (67.19% from 255) = 57.58%
R=28.28%
G=14.14%
B=57.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84421710.510.7500.33259.5360.5641.76
Hex542AAB334B0211043d2a
Octal12452253631130414047552
Binary10101001010101010101111001110010110100001100000100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,42,171); }

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

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

 a { background-color: rgb(84,42,171); }

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

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

 span { border-color: rgb(84,42,171); }

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