Shades of Purple Heart #553DCE
Tints of Purple Heart #553DCE
RGB
CMYK
RGB Variations
Color information
#553DCE (or 0x553DCE) is known color: Purple Heart. HEX triplet: 55, 3D and CE. RGB value is (85,61,206). Sum of RGB (Red+Green+Blue) = 85+61+206=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #553DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553DCE is #AAC231. Grayscale: #545454. Windows color (decimal): -11190834 or 13516117. OLE color: 13516117.
HSL color Cylindrical-coordinate representation of color #553DCE: hue angle of 249.93º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #553DCE is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 61 | 206 | - |
| CMYK | 0.59 | 0.70 | 0 | 0.19 |
| HSL | 249.93º | 0.6% | 0.52% | - |
| HSV(B) | 249.93º | 0.7% | 0.81% | - |
| XYZ | 16.56 | 9.73 | 59.4 | - |
| YUV | 84.71 | 196.45 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 206 | 0.59 | 0.70 | 0 | 0.19 | 249.93 | 0.6 | 0.52 |
| Hex | 55 | 3D | CE | 3B | 46 | 0 | 13 | FA | 3C | 34 |
| Octal | 125 | 75 | 316 | 73 | 106 | 0 | 23 | 372 | 74 | 64 |
| Binary | 1010101 | 111101 | 11001110 | 111011 | 1000110 | 0 | 10011 | 11111010 | 111100 | 110100 |
Color Harmonies of #553DCE
Complementary color
Monochromatic Colors of #553DCE
Black with #553DCE
Text Example
Text Example
White with #553DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553DCE; }
p { color: rgb(85,61,206); }
H1.HeaderClassName
{
color: #553DCE;
}
.AnyTagClassName
{
color: #553DCE;
}
</style>
background-color css
<style>
a { background-color: #553DCE; }
a { background-color: rgb(85,61,206); }
div.DivClassName
{
background-color: #553DCE;
}
.BgClassName
{
background-color: #553DCE;
}
</style>
border-color css
<style>
span { border-color: #553DCE; }
span { border-color: rgb(85,61,206); }
td.TdClassName
{
border-color: #553DCE;
}
.TagClassName
{
border-color: #553DCE;
}
</style>