#542cb4

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

Shades of Purple Heart #542CB4

Tints of Purple Heart #542CB4

Color information

#542CB4 (or 0x542CB4) is unknown color: approx Purple Heart. HEX triplet: 54, 2C and B4. RGB value is (84,44,180). Sum of RGB (Red+Green+Blue) = 84+44+180=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 180 (70.70% from 255 or 58.44% from 308); Max value from RGB is 180 - color contains mainly: blue. Hex color #542CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542CB4 is #ABD34B. Grayscale: #464646. Windows color (decimal): -11260748 or 11807828. OLE color: 11807828.

HSL color Cylindrical-coordinate representation of color #542CB4: hue angle of 257.65º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #542CB4 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8444180-
CMYK0.530.7600.29
HSL257.65º60.71%43.92%-
HSV(B)257.65º75.56%70.59%-
XYZ12.86.9843.85-
YUV71.46189.25136.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.27%
GREEN value IS 44 (17.58% from 255) = 14.29%
BLUE value IS 180 (70.70% from 255) = 58.44%
R=27.27%
G=14.29%
B=58.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal84441800.530.7600.29257.6560.7143.92
Hex542CB4354C01D1023d2c
Octal12454264651140354027554
Binary1010100101100101101001101011001100011101100000010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542cb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,44,180); }

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

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

 a { background-color: rgb(84,44,180); }

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

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

 span { border-color: rgb(84,44,180); }

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