Shades of Purple Heart #5D01B9
Tints of Purple Heart #5D01B9
RGB
CMYK
RGB Variations
Color information
#5D01B9 (or 0x5D01B9) is known color: Purple Heart. HEX triplet: 5D, 01 and B9. RGB value is (93,1,185). Sum of RGB (Red+Green+Blue) = 93+1+185=279 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.33% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 185 (72.66% from 255 or 66.31% from 279); Max value from RGB is 185 - color contains mainly: blue. Hex color #5D01B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D01B9 is #A2FE46. Grayscale: #303030. Windows color (decimal): -10681927 or 12124509. OLE color: 12124509.
HSL color Cylindrical-coordinate representation of color #5D01B9: hue angle of 270º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D01B9 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 1 | 185 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.27 |
| HSL | 270º | 0.99% | 0.36% | - |
| HSV(B) | 270º | 0.99% | 0.73% | - |
| XYZ | 13.28 | 5.85 | 46.33 | - |
| YUV | 49.48 | 204.48 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 1 | 185 | 0.50 | 0.99 | 0 | 0.27 | 270 | 0.99 | 0.36 |
| Hex | 5D | 1 | B9 | 32 | 63 | 0 | 1B | 10E | 63 | 24 |
| Octal | 135 | 1 | 271 | 62 | 143 | 0 | 33 | 416 | 143 | 44 |
| Binary | 1011101 | 1 | 10111001 | 110010 | 1100011 | 0 | 11011 | 100001110 | 1100011 | 100100 |
Color Harmonies of #5D01B9
Complementary color
Monochromatic Colors of #5D01B9
Black with #5D01B9
Text Example
Text Example
White with #5D01B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D01B9; }
p { color: rgb(93,1,185); }
H1.HeaderClassName
{
color: #5D01B9;
}
.AnyTagClassName
{
color: #5D01B9;
}
</style>
background-color css
<style>
a { background-color: #5D01B9; }
a { background-color: rgb(93,1,185); }
div.DivClassName
{
background-color: #5D01B9;
}
.BgClassName
{
background-color: #5D01B9;
}
</style>
border-color css
<style>
span { border-color: #5D01B9; }
span { border-color: rgb(93,1,185); }
td.TdClassName
{
border-color: #5D01B9;
}
.TagClassName
{
border-color: #5D01B9;
}
</style>