Shades of Purple Heart #5D09C5
Tints of Purple Heart #5D09C5
RGB
CMYK
RGB Variations
Color information
#5D09C5 (or 0x5D09C5) is known color: Purple Heart. HEX triplet: 5D, 09 and C5. RGB value is (93,9,197). Sum of RGB (Red+Green+Blue) = 93+9+197=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 197 (77.34% from 255 or 65.89% from 299); Max value from RGB is 197 - color contains mainly: blue. Hex color #5D09C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D09C5 is #A2F63A. Grayscale: #363636. Windows color (decimal): -10679867 or 12912989. OLE color: 12912989.
HSL color Cylindrical-coordinate representation of color #5D09C5: hue angle of 266.81º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D09C5 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 93 | 9 | 197 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.23 |
| HSL | 266.81º | 0.91% | 0.4% | - |
| HSV(B) | 266.81º | 0.95% | 0.77% | - |
| XYZ | 14.69 | 6.55 | 53.31 | - |
| YUV | 55.55 | 207.83 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 9 | 197 | 0.53 | 0.95 | 0 | 0.23 | 266.81 | 0.91 | 0.4 |
| Hex | 5D | 9 | C5 | 35 | 5F | 0 | 17 | 10B | 5B | 28 |
| Octal | 135 | 11 | 305 | 65 | 137 | 0 | 27 | 413 | 133 | 50 |
| Binary | 1011101 | 1001 | 11000101 | 110101 | 1011111 | 0 | 10111 | 100001011 | 1011011 | 101000 |
Color Harmonies of #5D09C5
Complementary color
Monochromatic Colors of #5D09C5
Black with #5D09C5
Text Example
Text Example
White with #5D09C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D09C5; }
p { color: rgb(93,9,197); }
H1.HeaderClassName
{
color: #5D09C5;
}
.AnyTagClassName
{
color: #5D09C5;
}
</style>
background-color css
<style>
a { background-color: #5D09C5; }
a { background-color: rgb(93,9,197); }
div.DivClassName
{
background-color: #5D09C5;
}
.BgClassName
{
background-color: #5D09C5;
}
</style>
border-color css
<style>
span { border-color: #5D09C5; }
span { border-color: rgb(93,9,197); }
td.TdClassName
{
border-color: #5D09C5;
}
.TagClassName
{
border-color: #5D09C5;
}
</style>