Shades of Purple Heart #5539CB
Tints of Purple Heart #5539CB
RGB
CMYK
RGB Variations
Color information
#5539CB (or 0x5539CB) is known color: Purple Heart. HEX triplet: 55, 39 and CB. RGB value is (85,57,203). Sum of RGB (Red+Green+Blue) = 85+57+203=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #5539CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5539CB is #AAC634. Grayscale: #515151. Windows color (decimal): -11191861 or 13318485. OLE color: 13318485.
HSL color Cylindrical-coordinate representation of color #5539CB: hue angle of 251.51º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5539CB is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 57 | 203 | - |
| CMYK | 0.58 | 0.72 | 0 | 0.20 |
| HSL | 251.51º | 0.58% | 0.51% | - |
| HSV(B) | 251.51º | 0.72% | 0.8% | - |
| XYZ | 15.99 | 9.17 | 57.43 | - |
| YUV | 82.02 | 196.28 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 57 | 203 | 0.58 | 0.72 | 0 | 0.20 | 251.51 | 0.58 | 0.51 |
| Hex | 55 | 39 | CB | 3A | 48 | 0 | 14 | FC | 3A | 33 |
| Octal | 125 | 71 | 313 | 72 | 110 | 0 | 24 | 374 | 72 | 63 |
| Binary | 1010101 | 111001 | 11001011 | 111010 | 1001000 | 0 | 10100 | 11111100 | 111010 | 110011 |
Color Harmonies of #5539CB
Complementary color
Monochromatic Colors of #5539CB
Black with #5539CB
Text Example
Text Example
White with #5539CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5539CB; }
p { color: rgb(85,57,203); }
H1.HeaderClassName
{
color: #5539CB;
}
.AnyTagClassName
{
color: #5539CB;
}
</style>
background-color css
<style>
a { background-color: #5539CB; }
a { background-color: rgb(85,57,203); }
div.DivClassName
{
background-color: #5539CB;
}
.BgClassName
{
background-color: #5539CB;
}
</style>
border-color css
<style>
span { border-color: #5539CB; }
span { border-color: rgb(85,57,203); }
td.TdClassName
{
border-color: #5539CB;
}
.TagClassName
{
border-color: #5539CB;
}
</style>