#542BB8

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

Shades of Purple Heart #542BB8

Tints of Purple Heart #542BB8

Color information

#542BB8 (or 0x542BB8) is unknown color: approx Purple Heart. HEX triplet: 54, 2B and B8. RGB value is (84,43,184). Sum of RGB (Red+Green+Blue) = 84+43+184=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 184 (72.27% from 255 or 59.16% from 311); Max value from RGB is 184 - color contains mainly: blue. Hex color #542BB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542BB8 is #ABD447. Grayscale: #464646. Windows color (decimal): -11261000 or 12069716. OLE color: 12069716.

HSL color Cylindrical-coordinate representation of color #542BB8: hue angle of 257.45º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #542BB8 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8443184-
CMYK0.540.7700.28
HSL257.45º62.11%44.51%-
HSV(B)257.45º76.63%72.16%-
XYZ13.177.0746.02-
YUV71.33191.58137.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.01%
GREEN value IS 43 (17.19% from 255) = 13.83%
BLUE value IS 184 (72.27% from 255) = 59.16%
R=27.01%
G=13.83%
B=59.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal84431840.540.7700.28257.4562.1144.51
Hex542BB8364D01C1013e2d
Octal12453270661150344017655
Binary1010100101011101110001101101001101011100100000001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,43,184); }

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

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

 a { background-color: rgb(84,43,184); }

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

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

 span { border-color: rgb(84,43,184); }

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