Shades of Purple Heart #553DB8
Tints of Purple Heart #553DB8
RGB
CMYK
RGB Variations
Color information
#553DB8 (or 0x553DB8) is known color: Purple Heart. HEX triplet: 55, 3D and B8. RGB value is (85,61,184). Sum of RGB (Red+Green+Blue) = 85+61+184=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 184 (72.27% from 255 or 55.76% from 330); Max value from RGB is 184 - color contains mainly: blue. Hex color #553DB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553DB8 is #AAC247. Grayscale: #515151. Windows color (decimal): -11190856 or 12074325. OLE color: 12074325.
HSL color Cylindrical-coordinate representation of color #553DB8: hue angle of 251.71º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #553DB8 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 61 | 184 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.28 |
| HSL | 251.71º | 0.5% | 0.48% | - |
| HSV(B) | 251.71º | 0.67% | 0.72% | - |
| XYZ | 14.07 | 8.73 | 46.29 | - |
| YUV | 82.2 | 185.45 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 184 | 0.54 | 0.67 | 0 | 0.28 | 251.71 | 0.5 | 0.48 |
| Hex | 55 | 3D | B8 | 36 | 43 | 0 | 1C | FC | 32 | 30 |
| Octal | 125 | 75 | 270 | 66 | 103 | 0 | 34 | 374 | 62 | 60 |
| Binary | 1010101 | 111101 | 10111000 | 110110 | 1000011 | 0 | 11100 | 11111100 | 110010 | 110000 |
Color Harmonies of #553DB8
Complementary color
Monochromatic Colors of #553DB8
Black with #553DB8
Text Example
Text Example
White with #553DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553DB8; }
p { color: rgb(85,61,184); }
H1.HeaderClassName
{
color: #553DB8;
}
.AnyTagClassName
{
color: #553DB8;
}
</style>
background-color css
<style>
a { background-color: #553DB8; }
a { background-color: rgb(85,61,184); }
div.DivClassName
{
background-color: #553DB8;
}
.BgClassName
{
background-color: #553DB8;
}
</style>
border-color css
<style>
span { border-color: #553DB8; }
span { border-color: rgb(85,61,184); }
td.TdClassName
{
border-color: #553DB8;
}
.TagClassName
{
border-color: #553DB8;
}
</style>