#5429B6

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

Shades of Purple Heart #5429B6

Tints of Purple Heart #5429B6

Color information

#5429B6 (or 0x5429B6) is unknown color: approx Purple Heart. HEX triplet: 54, 29 and B6. RGB value is (84,41,182). Sum of RGB (Red+Green+Blue) = 84+41+182=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 182 (71.48% from 255 or 59.28% from 307); Max value from RGB is 182 - color contains mainly: blue. Hex color #5429B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5429B6 is #ABD649. Grayscale: #454545. Windows color (decimal): -11261514 or 11938132. OLE color: 11938132.

HSL color Cylindrical-coordinate representation of color #5429B6: hue angle of 258.3º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5429B6 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8441182-
CMYK0.540.7700.29
HSL258.3º63.23%43.73%-
HSV(B)258.3º77.47%71.37%-
XYZ12.896.8544.9-
YUV69.93191.25138.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.36%
GREEN value IS 41 (16.41% from 255) = 13.36%
BLUE value IS 182 (71.48% from 255) = 59.28%
R=27.36%
G=13.36%
B=59.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal84411820.540.7700.29258.363.2343.73
Hex5429B6364D01D1023f2c
Octal12451266661150354027754
Binary1010100101001101101101101101001101011101100000010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5429B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5429B6; }

 p { color: rgb(84,41,182); }

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

<style>
 a { background-color: #5429B6; }

 a { background-color: rgb(84,41,182); }

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

<style>
 span { border-color: #5429B6; }

 span { border-color: rgb(84,41,182); }

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