Shades of Purple Heart #5D22CB
Tints of Purple Heart #5D22CB
RGB
CMYK
RGB Variations
Color information
#5D22CB (or 0x5D22CB) is known color: Purple Heart. HEX triplet: 5D, 22 and CB. RGB value is (93,34,203). Sum of RGB (Red+Green+Blue) = 93+34+203=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D22CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D22CB is #A2DD34. Grayscale: #464646. Windows color (decimal): -10673461 or 13312605. OLE color: 13312605.
HSL color Cylindrical-coordinate representation of color #5D22CB: hue angle of 260.95º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5D22CB is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 34 | 203 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.20 |
| HSL | 260.95º | 0.71% | 0.46% | - |
| HSV(B) | 260.95º | 0.83% | 0.8% | - |
| XYZ | 15.87 | 7.78 | 57.17 | - |
| YUV | 70.91 | 202.55 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 34 | 203 | 0.54 | 0.83 | 0 | 0.20 | 260.95 | 0.71 | 0.46 |
| Hex | 5D | 22 | CB | 36 | 53 | 0 | 14 | 105 | 47 | 2E |
| Octal | 135 | 42 | 313 | 66 | 123 | 0 | 24 | 405 | 107 | 56 |
| Binary | 1011101 | 100010 | 11001011 | 110110 | 1010011 | 0 | 10100 | 100000101 | 1000111 | 101110 |
Color Harmonies of #5D22CB
Complementary color
Monochromatic Colors of #5D22CB
Black with #5D22CB
Text Example
Text Example
White with #5D22CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D22CB; }
p { color: rgb(93,34,203); }
H1.HeaderClassName
{
color: #5D22CB;
}
.AnyTagClassName
{
color: #5D22CB;
}
</style>
background-color css
<style>
a { background-color: #5D22CB; }
a { background-color: rgb(93,34,203); }
div.DivClassName
{
background-color: #5D22CB;
}
.BgClassName
{
background-color: #5D22CB;
}
</style>
border-color css
<style>
span { border-color: #5D22CB; }
span { border-color: rgb(93,34,203); }
td.TdClassName
{
border-color: #5D22CB;
}
.TagClassName
{
border-color: #5D22CB;
}
</style>