Shades of Purple Heart #550FCB
Tints of Purple Heart #550FCB
RGB
CMYK
RGB Variations
Color information
#550FCB (or 0x550FCB) is known color: Purple Heart. HEX triplet: 55, 0F and CB. RGB value is (85,15,203). Sum of RGB (Red+Green+Blue) = 85+15+203=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #550FCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550FCB is #AAF034. Grayscale: #383838. Windows color (decimal): -11202613 or 13307733. OLE color: 13307733.
HSL color Cylindrical-coordinate representation of color #550FCB: hue angle of 262.34º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550FCB is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 15 | 203 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.20 |
| HSL | 262.34º | 0.86% | 0.43% | - |
| HSV(B) | 262.34º | 0.93% | 0.8% | - |
| XYZ | 14.7 | 6.58 | 57 | - |
| YUV | 57.36 | 210.19 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 203 | 0.58 | 0.93 | 0 | 0.20 | 262.34 | 0.86 | 0.43 |
| Hex | 55 | F | CB | 3A | 5D | 0 | 14 | 106 | 56 | 2B |
| Octal | 125 | 17 | 313 | 72 | 135 | 0 | 24 | 406 | 126 | 53 |
| Binary | 1010101 | 1111 | 11001011 | 111010 | 1011101 | 0 | 10100 | 100000110 | 1010110 | 101011 |
Color Harmonies of #550FCB
Complementary color
Monochromatic Colors of #550FCB
Black with #550FCB
Text Example
Text Example
White with #550FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550FCB; }
p { color: rgb(85,15,203); }
H1.HeaderClassName
{
color: #550FCB;
}
.AnyTagClassName
{
color: #550FCB;
}
</style>
background-color css
<style>
a { background-color: #550FCB; }
a { background-color: rgb(85,15,203); }
div.DivClassName
{
background-color: #550FCB;
}
.BgClassName
{
background-color: #550FCB;
}
</style>
border-color css
<style>
span { border-color: #550FCB; }
span { border-color: rgb(85,15,203); }
td.TdClassName
{
border-color: #550FCB;
}
.TagClassName
{
border-color: #550FCB;
}
</style>