Shades of Purple Heart #5427CF
Tints of Purple Heart #5427CF
RGB
CMYK
RGB Variations
Color information
#5427CF (or 0x5427CF) is known color: Purple Heart. HEX triplet: 54, 27 and CF. RGB value is (84,39,207). Sum of RGB (Red+Green+Blue) = 84+39+207=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #5427CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5427CF is #ABD830. Grayscale: #464646. Windows color (decimal): -11262001 or 13576020. OLE color: 13576020.
HSL color Cylindrical-coordinate representation of color #5427CF: hue angle of 256.07º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5427CF is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 39 | 207 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.19 |
| HSL | 256.07º | 0.68% | 0.48% | - |
| HSV(B) | 256.07º | 0.81% | 0.81% | - |
| XYZ | 15.64 | 7.84 | 59.72 | - |
| YUV | 71.61 | 204.41 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 39 | 207 | 0.59 | 0.81 | 0 | 0.19 | 256.07 | 0.68 | 0.48 |
| Hex | 54 | 27 | CF | 3B | 51 | 0 | 13 | 100 | 44 | 30 |
| Octal | 124 | 47 | 317 | 73 | 121 | 0 | 23 | 400 | 104 | 60 |
| Binary | 1010100 | 100111 | 11001111 | 111011 | 1010001 | 0 | 10011 | 100000000 | 1000100 | 110000 |
Color Harmonies of #5427CF
Complementary color
Monochromatic Colors of #5427CF
Black with #5427CF
Text Example
Text Example
White with #5427CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5427CF; }
p { color: rgb(84,39,207); }
H1.HeaderClassName
{
color: #5427CF;
}
.AnyTagClassName
{
color: #5427CF;
}
</style>
background-color css
<style>
a { background-color: #5427CF; }
a { background-color: rgb(84,39,207); }
div.DivClassName
{
background-color: #5427CF;
}
.BgClassName
{
background-color: #5427CF;
}
</style>
border-color css
<style>
span { border-color: #5427CF; }
span { border-color: rgb(84,39,207); }
td.TdClassName
{
border-color: #5427CF;
}
.TagClassName
{
border-color: #5427CF;
}
</style>