Shades of Purple Heart #553BDA
Tints of Purple Heart #553BDA
RGB
CMYK
RGB Variations
Color information
#553BDA (or 0x553BDA) is known color: Purple Heart. HEX triplet: 55, 3B and DA. RGB value is (85,59,218). Sum of RGB (Red+Green+Blue) = 85+59+218=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #553BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553BDA is #AAC425. Grayscale: #545454. Windows color (decimal): -11191334 or 14302037. OLE color: 14302037.
HSL color Cylindrical-coordinate representation of color #553BDA: hue angle of 249.81º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #553BDA is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 59 | 218 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.15 |
| HSL | 249.81º | 0.68% | 0.54% | - |
| HSV(B) | 249.81º | 0.73% | 0.85% | - |
| XYZ | 17.97 | 10.12 | 67.34 | - |
| YUV | 84.9 | 203.11 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 218 | 0.61 | 0.73 | 0 | 0.15 | 249.81 | 0.68 | 0.54 |
| Hex | 55 | 3B | DA | 3D | 49 | 0 | F | FA | 44 | 36 |
| Octal | 125 | 73 | 332 | 75 | 111 | 0 | 17 | 372 | 104 | 66 |
| Binary | 1010101 | 111011 | 11011010 | 111101 | 1001001 | 0 | 1111 | 11111010 | 1000100 | 110110 |
Color Harmonies of #553BDA
Complementary color
Monochromatic Colors of #553BDA
Black with #553BDA
Text Example
Text Example
White with #553BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553BDA; }
p { color: rgb(85,59,218); }
H1.HeaderClassName
{
color: #553BDA;
}
.AnyTagClassName
{
color: #553BDA;
}
</style>
background-color css
<style>
a { background-color: #553BDA; }
a { background-color: rgb(85,59,218); }
div.DivClassName
{
background-color: #553BDA;
}
.BgClassName
{
background-color: #553BDA;
}
</style>
border-color css
<style>
span { border-color: #553BDA; }
span { border-color: rgb(85,59,218); }
td.TdClassName
{
border-color: #553BDA;
}
.TagClassName
{
border-color: #553BDA;
}
</style>