Shades of Purple Heart #553DB2
Tints of Purple Heart #553DB2
RGB
CMYK
RGB Variations
Color information
#553DB2 (or 0x553DB2) is known color: Purple Heart. HEX triplet: 55, 3D and B2. RGB value is (85,61,178). Sum of RGB (Red+Green+Blue) = 85+61+178=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 178 (69.92% from 255 or 54.94% from 324); Max value from RGB is 178 - color contains mainly: blue. Hex color #553DB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553DB2 is #AAC24D. Grayscale: #515151. Windows color (decimal): -11190862 or 11681109. OLE color: 11681109.
HSL color Cylindrical-coordinate representation of color #553DB2: hue angle of 252.31º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #553DB2 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 61 | 178 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.30 |
| HSL | 252.31º | 0.49% | 0.47% | - |
| HSV(B) | 252.31º | 0.66% | 0.7% | - |
| XYZ | 13.45 | 8.48 | 43.05 | - |
| YUV | 81.51 | 182.45 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 178 | 0.52 | 0.66 | 0 | 0.30 | 252.31 | 0.49 | 0.47 |
| Hex | 55 | 3D | B2 | 34 | 42 | 0 | 1E | FC | 31 | 2F |
| Octal | 125 | 75 | 262 | 64 | 102 | 0 | 36 | 374 | 61 | 57 |
| Binary | 1010101 | 111101 | 10110010 | 110100 | 1000010 | 0 | 11110 | 11111100 | 110001 | 101111 |
Color Harmonies of #553DB2
Complementary color
Monochromatic Colors of #553DB2
Black with #553DB2
Text Example
Text Example
White with #553DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553DB2; }
p { color: rgb(85,61,178); }
H1.HeaderClassName
{
color: #553DB2;
}
.AnyTagClassName
{
color: #553DB2;
}
</style>
background-color css
<style>
a { background-color: #553DB2; }
a { background-color: rgb(85,61,178); }
div.DivClassName
{
background-color: #553DB2;
}
.BgClassName
{
background-color: #553DB2;
}
</style>
border-color css
<style>
span { border-color: #553DB2; }
span { border-color: rgb(85,61,178); }
td.TdClassName
{
border-color: #553DB2;
}
.TagClassName
{
border-color: #553DB2;
}
</style>