Shades of Purple Heart #5432AF
Tints of Purple Heart #5432AF
RGB
CMYK
RGB Variations
Color information
#5432AF (or 0x5432AF) is known color: Purple Heart. HEX triplet: 54, 32 and AF. RGB value is (84,50,175). Sum of RGB (Red+Green+Blue) = 84+50+175=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #5432AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5432AF is #ABCD50. Grayscale: #494949. Windows color (decimal): -11259217 or 11481684. OLE color: 11481684.
HSL color Cylindrical-coordinate representation of color #5432AF: hue angle of 256.32º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5432AF is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 50 | 175 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.31 |
| HSL | 256.32º | 0.56% | 0.44% | - |
| HSV(B) | 256.32º | 0.71% | 0.69% | - |
| XYZ | 12.53 | 7.26 | 41.3 | - |
| YUV | 74.42 | 184.76 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 50 | 175 | 0.52 | 0.71 | 0 | 0.31 | 256.32 | 0.56 | 0.44 |
| Hex | 54 | 32 | AF | 34 | 47 | 0 | 1F | 100 | 38 | 2C |
| Octal | 124 | 62 | 257 | 64 | 107 | 0 | 37 | 400 | 70 | 54 |
| Binary | 1010100 | 110010 | 10101111 | 110100 | 1000111 | 0 | 11111 | 100000000 | 111000 | 101100 |
Color Harmonies of #5432AF
Complementary color
Monochromatic Colors of #5432AF
Black with #5432AF
Text Example
Text Example
White with #5432AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5432AF; }
p { color: rgb(84,50,175); }
H1.HeaderClassName
{
color: #5432AF;
}
.AnyTagClassName
{
color: #5432AF;
}
</style>
background-color css
<style>
a { background-color: #5432AF; }
a { background-color: rgb(84,50,175); }
div.DivClassName
{
background-color: #5432AF;
}
.BgClassName
{
background-color: #5432AF;
}
</style>
border-color css
<style>
span { border-color: #5432AF; }
span { border-color: rgb(84,50,175); }
td.TdClassName
{
border-color: #5432AF;
}
.TagClassName
{
border-color: #5432AF;
}
</style>