Shades of Purple Heart #5535CB
Tints of Purple Heart #5535CB
RGB
CMYK
RGB Variations
Color information
#5535CB (or 0x5535CB) is known color: Purple Heart. HEX triplet: 55, 35 and CB. RGB value is (85,53,203). Sum of RGB (Red+Green+Blue) = 85+53+203=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #5535CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5535CB is #AACA34. Grayscale: #4F4F4F. Windows color (decimal): -11192885 or 13317461. OLE color: 13317461.
HSL color Cylindrical-coordinate representation of color #5535CB: hue angle of 252.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5535CB is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 53 | 203 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.20 |
| HSL | 252.8º | 0.59% | 0.5% | - |
| HSV(B) | 252.8º | 0.74% | 0.8% | - |
| XYZ | 15.8 | 8.79 | 57.36 | - |
| YUV | 79.67 | 197.6 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 203 | 0.58 | 0.74 | 0 | 0.20 | 252.8 | 0.59 | 0.5 |
| Hex | 55 | 35 | CB | 3A | 4A | 0 | 14 | FD | 3B | 32 |
| Octal | 125 | 65 | 313 | 72 | 112 | 0 | 24 | 375 | 73 | 62 |
| Binary | 1010101 | 110101 | 11001011 | 111010 | 1001010 | 0 | 10100 | 11111101 | 111011 | 110010 |
Color Harmonies of #5535CB
Complementary color
Monochromatic Colors of #5535CB
Black with #5535CB
Text Example
Text Example
White with #5535CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5535CB; }
p { color: rgb(85,53,203); }
H1.HeaderClassName
{
color: #5535CB;
}
.AnyTagClassName
{
color: #5535CB;
}
</style>
background-color css
<style>
a { background-color: #5535CB; }
a { background-color: rgb(85,53,203); }
div.DivClassName
{
background-color: #5535CB;
}
.BgClassName
{
background-color: #5535CB;
}
</style>
border-color css
<style>
span { border-color: #5535CB; }
span { border-color: rgb(85,53,203); }
td.TdClassName
{
border-color: #5535CB;
}
.TagClassName
{
border-color: #5535CB;
}
</style>