Shades of Purple Heart #5D0BD2
Tints of Purple Heart #5D0BD2
RGB
CMYK
RGB Variations
Color information
#5D0BD2 (or 0x5D0BD2) is known color: Purple Heart. HEX triplet: 5D, 0B and D2. RGB value is (93,11,210). Sum of RGB (Red+Green+Blue) = 93+11+210=314 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.62% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 210 (82.42% from 255 or 66.88% from 314); Max value from RGB is 210 - color contains mainly: blue. Hex color #5D0BD2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0BD2 is #A2F42D. Grayscale: #393939. Windows color (decimal): -10679342 or 13765469. OLE color: 13765469.
HSL color Cylindrical-coordinate representation of color #5D0BD2: hue angle of 264.72º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D0BD2 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 11 | 210 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.18 |
| HSL | 264.72º | 0.9% | 0.43% | - |
| HSV(B) | 264.72º | 0.95% | 0.82% | - |
| XYZ | 16.27 | 7.22 | 61.51 | - |
| YUV | 58.2 | 213.67 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 11 | 210 | 0.56 | 0.95 | 0 | 0.18 | 264.72 | 0.9 | 0.43 |
| Hex | 5D | B | D2 | 38 | 5F | 0 | 12 | 109 | 5A | 2B |
| Octal | 135 | 13 | 322 | 70 | 137 | 0 | 22 | 411 | 132 | 53 |
| Binary | 1011101 | 1011 | 11010010 | 111000 | 1011111 | 0 | 10010 | 100001001 | 1011010 | 101011 |
Color Harmonies of #5D0BD2
Complementary color
Monochromatic Colors of #5D0BD2
Black with #5D0BD2
Text Example
Text Example
White with #5D0BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0BD2; }
p { color: rgb(93,11,210); }
H1.HeaderClassName
{
color: #5D0BD2;
}
.AnyTagClassName
{
color: #5D0BD2;
}
</style>
background-color css
<style>
a { background-color: #5D0BD2; }
a { background-color: rgb(93,11,210); }
div.DivClassName
{
background-color: #5D0BD2;
}
.BgClassName
{
background-color: #5D0BD2;
}
</style>
border-color css
<style>
span { border-color: #5D0BD2; }
span { border-color: rgb(93,11,210); }
td.TdClassName
{
border-color: #5D0BD2;
}
.TagClassName
{
border-color: #5D0BD2;
}
</style>