Shades of Purple Heart #5D27CF
Tints of Purple Heart #5D27CF
RGB
CMYK
RGB Variations
Color information
#5D27CF (or 0x5D27CF) is known color: Purple Heart. HEX triplet: 5D, 27 and CF. RGB value is (93,39,207). Sum of RGB (Red+Green+Blue) = 93+39+207=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #5D27CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D27CF is #A2D830. Grayscale: #494949. Windows color (decimal): -10672177 or 13576029. OLE color: 13576029.
HSL color Cylindrical-coordinate representation of color #5D27CF: hue angle of 259.29º 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 #5D27CF is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 39 | 207 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.19 |
| HSL | 259.29º | 0.68% | 0.48% | - |
| HSV(B) | 259.29º | 0.81% | 0.81% | - |
| XYZ | 16.5 | 8.28 | 59.76 | - |
| YUV | 74.3 | 202.89 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 39 | 207 | 0.55 | 0.81 | 0 | 0.19 | 259.29 | 0.68 | 0.48 |
| Hex | 5D | 27 | CF | 37 | 51 | 0 | 13 | 103 | 44 | 30 |
| Octal | 135 | 47 | 317 | 67 | 121 | 0 | 23 | 403 | 104 | 60 |
| Binary | 1011101 | 100111 | 11001111 | 110111 | 1010001 | 0 | 10011 | 100000011 | 1000100 | 110000 |
Color Harmonies of #5D27CF
Complementary color
Monochromatic Colors of #5D27CF
Black with #5D27CF
Text Example
Text Example
White with #5D27CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D27CF; }
p { color: rgb(93,39,207); }
H1.HeaderClassName
{
color: #5D27CF;
}
.AnyTagClassName
{
color: #5D27CF;
}
</style>
background-color css
<style>
a { background-color: #5D27CF; }
a { background-color: rgb(93,39,207); }
div.DivClassName
{
background-color: #5D27CF;
}
.BgClassName
{
background-color: #5D27CF;
}
</style>
border-color css
<style>
span { border-color: #5D27CF; }
span { border-color: rgb(93,39,207); }
td.TdClassName
{
border-color: #5D27CF;
}
.TagClassName
{
border-color: #5D27CF;
}
</style>