Shades of Purple Heart #5520CB
Tints of Purple Heart #5520CB
RGB
CMYK
RGB Variations
Color information
#5520CB (or 0x5520CB) is known color: Purple Heart. HEX triplet: 55, 20 and CB. RGB value is (85,32,203). Sum of RGB (Red+Green+Blue) = 85+32+203=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #5520CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5520CB is #AADF34. Grayscale: #424242. Windows color (decimal): -11198261 or 13312085. OLE color: 13312085.
HSL color Cylindrical-coordinate representation of color #5520CB: hue angle of 258.6º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5520CB is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 32 | 203 | - |
| CMYK | 0.58 | 0.84 | 0 | 0.20 |
| HSL | 258.6º | 0.73% | 0.46% | - |
| HSV(B) | 258.6º | 0.84% | 0.8% | - |
| XYZ | 15.04 | 7.28 | 57.11 | - |
| YUV | 67.34 | 204.56 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 203 | 0.58 | 0.84 | 0 | 0.20 | 258.6 | 0.73 | 0.46 |
| Hex | 55 | 20 | CB | 3A | 54 | 0 | 14 | 103 | 49 | 2E |
| Octal | 125 | 40 | 313 | 72 | 124 | 0 | 24 | 403 | 111 | 56 |
| Binary | 1010101 | 100000 | 11001011 | 111010 | 1010100 | 0 | 10100 | 100000011 | 1001001 | 101110 |
Color Harmonies of #5520CB
Complementary color
Monochromatic Colors of #5520CB
Black with #5520CB
Text Example
Text Example
White with #5520CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5520CB; }
p { color: rgb(85,32,203); }
H1.HeaderClassName
{
color: #5520CB;
}
.AnyTagClassName
{
color: #5520CB;
}
</style>
background-color css
<style>
a { background-color: #5520CB; }
a { background-color: rgb(85,32,203); }
div.DivClassName
{
background-color: #5520CB;
}
.BgClassName
{
background-color: #5520CB;
}
</style>
border-color css
<style>
span { border-color: #5520CB; }
span { border-color: rgb(85,32,203); }
td.TdClassName
{
border-color: #5520CB;
}
.TagClassName
{
border-color: #5520CB;
}
</style>