Shades of Purple Heart #5D01CB
Tints of Purple Heart #5D01CB
RGB
CMYK
RGB Variations
Color information
#5D01CB (or 0x5D01CB) is known color: Purple Heart. HEX triplet: 5D, 01 and CB. RGB value is (93,1,203). Sum of RGB (Red+Green+Blue) = 93+1+203=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D01CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D01CB is #A2FE34. Grayscale: #323232. Windows color (decimal): -10681909 or 13304157. OLE color: 13304157.
HSL color Cylindrical-coordinate representation of color #5D01CB: hue angle of 267.33º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D01CB is Cyan = 0.54, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 1 | 203 | - |
| CMYK | 0.54 | 1.00 | 0 | 0.20 |
| HSL | 267.33º | 0.99% | 0.4% | - |
| HSV(B) | 267.33º | 1% | 0.8% | - |
| XYZ | 15.3 | 6.66 | 56.98 | - |
| YUV | 51.54 | 213.48 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 1 | 203 | 0.54 | 1.00 | 0 | 0.20 | 267.33 | 0.99 | 0.4 |
| Hex | 5D | 1 | CB | 36 | 64 | 0 | 14 | 10B | 63 | 28 |
| Octal | 135 | 1 | 313 | 66 | 144 | 0 | 24 | 413 | 143 | 50 |
| Binary | 1011101 | 1 | 11001011 | 110110 | 1100100 | 0 | 10100 | 100001011 | 1100011 | 101000 |
Color Harmonies of #5D01CB
Complementary color
Monochromatic Colors of #5D01CB
Black with #5D01CB
Text Example
Text Example
White with #5D01CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D01CB; }
p { color: rgb(93,1,203); }
H1.HeaderClassName
{
color: #5D01CB;
}
.AnyTagClassName
{
color: #5D01CB;
}
</style>
background-color css
<style>
a { background-color: #5D01CB; }
a { background-color: rgb(93,1,203); }
div.DivClassName
{
background-color: #5D01CB;
}
.BgClassName
{
background-color: #5D01CB;
}
</style>
border-color css
<style>
span { border-color: #5D01CB; }
span { border-color: rgb(93,1,203); }
td.TdClassName
{
border-color: #5D01CB;
}
.TagClassName
{
border-color: #5D01CB;
}
</style>