Shades of Purple Heart #5D0ACB
Tints of Purple Heart #5D0ACB
RGB
CMYK
RGB Variations
Color information
#5D0ACB (or 0x5D0ACB) is known color: Purple Heart. HEX triplet: 5D, 0A and CB. RGB value is (93,10,203). Sum of RGB (Red+Green+Blue) = 93+10+203=306 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.39% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 203 (79.69% from 255 or 66.34% from 306); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D0ACB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0ACB is #A2F534. Grayscale: #383838. Windows color (decimal): -10679605 or 13306461. OLE color: 13306461.
HSL color Cylindrical-coordinate representation of color #5D0ACB: hue angle of 265.8º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D0ACB is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 10 | 203 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.20 |
| HSL | 265.8º | 0.91% | 0.42% | - |
| HSV(B) | 265.8º | 0.95% | 0.8% | - |
| XYZ | 15.4 | 6.86 | 57.01 | - |
| YUV | 56.82 | 210.5 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 10 | 203 | 0.54 | 0.95 | 0 | 0.20 | 265.8 | 0.91 | 0.42 |
| Hex | 5D | A | CB | 36 | 5F | 0 | 14 | 10A | 5B | 2A |
| Octal | 135 | 12 | 313 | 66 | 137 | 0 | 24 | 412 | 133 | 52 |
| Binary | 1011101 | 1010 | 11001011 | 110110 | 1011111 | 0 | 10100 | 100001010 | 1011011 | 101010 |
Color Harmonies of #5D0ACB
Complementary color
Monochromatic Colors of #5D0ACB
Black with #5D0ACB
Text Example
Text Example
White with #5D0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0ACB; }
p { color: rgb(93,10,203); }
H1.HeaderClassName
{
color: #5D0ACB;
}
.AnyTagClassName
{
color: #5D0ACB;
}
</style>
background-color css
<style>
a { background-color: #5D0ACB; }
a { background-color: rgb(93,10,203); }
div.DivClassName
{
background-color: #5D0ACB;
}
.BgClassName
{
background-color: #5D0ACB;
}
</style>
border-color css
<style>
span { border-color: #5D0ACB; }
span { border-color: rgb(93,10,203); }
td.TdClassName
{
border-color: #5D0ACB;
}
.TagClassName
{
border-color: #5D0ACB;
}
</style>