Shades of Purple Heart #553FCB
Tints of Purple Heart #553FCB
RGB
CMYK
RGB Variations
Color information
#553FCB (or 0x553FCB) is known color: Purple Heart. HEX triplet: 55, 3F and CB. RGB value is (85,63,203). Sum of RGB (Red+Green+Blue) = 85+63+203=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #553FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553FCB is #AAC034. Grayscale: #555555. Windows color (decimal): -11190325 or 13320021. OLE color: 13320021.
HSL color Cylindrical-coordinate representation of color #553FCB: hue angle of 249.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #553FCB is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 63 | 203 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.20 |
| HSL | 249.43º | 0.57% | 0.52% | - |
| HSV(B) | 249.43º | 0.69% | 0.8% | - |
| XYZ | 16.3 | 9.8 | 57.53 | - |
| YUV | 85.54 | 194.29 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 203 | 0.58 | 0.69 | 0 | 0.20 | 249.43 | 0.57 | 0.52 |
| Hex | 55 | 3F | CB | 3A | 45 | 0 | 14 | F9 | 39 | 34 |
| Octal | 125 | 77 | 313 | 72 | 105 | 0 | 24 | 371 | 71 | 64 |
| Binary | 1010101 | 111111 | 11001011 | 111010 | 1000101 | 0 | 10100 | 11111001 | 111001 | 110100 |
Color Harmonies of #553FCB
Complementary color
Monochromatic Colors of #553FCB
Black with #553FCB
Text Example
Text Example
White with #553FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553FCB; }
p { color: rgb(85,63,203); }
H1.HeaderClassName
{
color: #553FCB;
}
.AnyTagClassName
{
color: #553FCB;
}
</style>
background-color css
<style>
a { background-color: #553FCB; }
a { background-color: rgb(85,63,203); }
div.DivClassName
{
background-color: #553FCB;
}
.BgClassName
{
background-color: #553FCB;
}
</style>
border-color css
<style>
span { border-color: #553FCB; }
span { border-color: rgb(85,63,203); }
td.TdClassName
{
border-color: #553FCB;
}
.TagClassName
{
border-color: #553FCB;
}
</style>