Shades of Purple Heart #5423CF
Tints of Purple Heart #5423CF
RGB
CMYK
RGB Variations
Color information
#5423CF (or 0x5423CF) is known color: Purple Heart. HEX triplet: 54, 23 and CF. RGB value is (84,35,207). Sum of RGB (Red+Green+Blue) = 84+35+207=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #5423CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5423CF is #ABDC30. Grayscale: #444444. Windows color (decimal): -11263025 or 13574996. OLE color: 13574996.
HSL color Cylindrical-coordinate representation of color #5423CF: hue angle of 257.09º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5423CF is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 35 | 207 | - |
| CMYK | 0.59 | 0.83 | 0 | 0.19 |
| HSL | 257.09º | 0.71% | 0.47% | - |
| HSV(B) | 257.09º | 0.83% | 0.81% | - |
| XYZ | 15.52 | 7.59 | 59.68 | - |
| YUV | 69.26 | 205.73 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 35 | 207 | 0.59 | 0.83 | 0 | 0.19 | 257.09 | 0.71 | 0.47 |
| Hex | 54 | 23 | CF | 3B | 53 | 0 | 13 | 101 | 47 | 2F |
| Octal | 124 | 43 | 317 | 73 | 123 | 0 | 23 | 401 | 107 | 57 |
| Binary | 1010100 | 100011 | 11001111 | 111011 | 1010011 | 0 | 10011 | 100000001 | 1000111 | 101111 |
Color Harmonies of #5423CF
Complementary color
Monochromatic Colors of #5423CF
Black with #5423CF
Text Example
Text Example
White with #5423CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5423CF; }
p { color: rgb(84,35,207); }
H1.HeaderClassName
{
color: #5423CF;
}
.AnyTagClassName
{
color: #5423CF;
}
</style>
background-color css
<style>
a { background-color: #5423CF; }
a { background-color: rgb(84,35,207); }
div.DivClassName
{
background-color: #5423CF;
}
.BgClassName
{
background-color: #5423CF;
}
</style>
border-color css
<style>
span { border-color: #5423CF; }
span { border-color: rgb(84,35,207); }
td.TdClassName
{
border-color: #5423CF;
}
.TagClassName
{
border-color: #5423CF;
}
</style>