Shades of Purple Heart #5D02BD
Tints of Purple Heart #5D02BD
RGB
CMYK
RGB Variations
Color information
#5D02BD (or 0x5D02BD) is known color: Purple Heart. HEX triplet: 5D, 02 and BD. RGB value is (93,2,189). Sum of RGB (Red+Green+Blue) = 93+2+189=284 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.75% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 189 (74.22% from 255 or 66.55% from 284); Max value from RGB is 189 - color contains mainly: blue. Hex color #5D02BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D02BD is #A2FD42. Grayscale: #313131. Windows color (decimal): -10681667 or 12386909. OLE color: 12386909.
HSL color Cylindrical-coordinate representation of color #5D02BD: hue angle of 269.2º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D02BD is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 2 | 189 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.26 |
| HSL | 269.2º | 0.98% | 0.37% | - |
| HSV(B) | 269.2º | 0.99% | 0.74% | - |
| XYZ | 13.72 | 6.04 | 48.59 | - |
| YUV | 50.53 | 206.15 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 2 | 189 | 0.51 | 0.99 | 0 | 0.26 | 269.2 | 0.98 | 0.37 |
| Hex | 5D | 2 | BD | 33 | 63 | 0 | 1A | 10D | 62 | 25 |
| Octal | 135 | 2 | 275 | 63 | 143 | 0 | 32 | 415 | 142 | 45 |
| Binary | 1011101 | 10 | 10111101 | 110011 | 1100011 | 0 | 11010 | 100001101 | 1100010 | 100101 |
Color Harmonies of #5D02BD
Complementary color
Monochromatic Colors of #5D02BD
Black with #5D02BD
Text Example
Text Example
White with #5D02BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D02BD; }
p { color: rgb(93,2,189); }
H1.HeaderClassName
{
color: #5D02BD;
}
.AnyTagClassName
{
color: #5D02BD;
}
</style>
background-color css
<style>
a { background-color: #5D02BD; }
a { background-color: rgb(93,2,189); }
div.DivClassName
{
background-color: #5D02BD;
}
.BgClassName
{
background-color: #5D02BD;
}
</style>
border-color css
<style>
span { border-color: #5D02BD; }
span { border-color: rgb(93,2,189); }
td.TdClassName
{
border-color: #5D02BD;
}
.TagClassName
{
border-color: #5D02BD;
}
</style>