Shades of Purple Heart #5D1ACF
Tints of Purple Heart #5D1ACF
RGB
CMYK
RGB Variations
Color information
#5D1ACF (or 0x5D1ACF) is known color: Purple Heart. HEX triplet: 5D, 1A and CF. RGB value is (93,26,207). Sum of RGB (Red+Green+Blue) = 93+26+207=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 26 (10.55% from 255 or 7.98% 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 #5D1ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D1ACF is #A2E530. Grayscale: #424242. Windows color (decimal): -10675505 or 13572701. OLE color: 13572701.
HSL color Cylindrical-coordinate representation of color #5D1ACF: hue angle of 262.21º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5D1ACF is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 26 | 207 | - |
| CMYK | 0.55 | 0.87 | 0 | 0.19 |
| HSL | 262.21º | 0.78% | 0.46% | - |
| HSV(B) | 262.21º | 0.87% | 0.81% | - |
| XYZ | 16.15 | 7.57 | 59.64 | - |
| YUV | 66.67 | 207.2 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 26 | 207 | 0.55 | 0.87 | 0 | 0.19 | 262.21 | 0.78 | 0.46 |
| Hex | 5D | 1A | CF | 37 | 57 | 0 | 13 | 106 | 4E | 2E |
| Octal | 135 | 32 | 317 | 67 | 127 | 0 | 23 | 406 | 116 | 56 |
| Binary | 1011101 | 11010 | 11001111 | 110111 | 1010111 | 0 | 10011 | 100000110 | 1001110 | 101110 |
Color Harmonies of #5D1ACF
Complementary color
Monochromatic Colors of #5D1ACF
Black with #5D1ACF
Text Example
Text Example
White with #5D1ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1ACF; }
p { color: rgb(93,26,207); }
H1.HeaderClassName
{
color: #5D1ACF;
}
.AnyTagClassName
{
color: #5D1ACF;
}
</style>
background-color css
<style>
a { background-color: #5D1ACF; }
a { background-color: rgb(93,26,207); }
div.DivClassName
{
background-color: #5D1ACF;
}
.BgClassName
{
background-color: #5D1ACF;
}
</style>
border-color css
<style>
span { border-color: #5D1ACF; }
span { border-color: rgb(93,26,207); }
td.TdClassName
{
border-color: #5D1ACF;
}
.TagClassName
{
border-color: #5D1ACF;
}
</style>