Shades of Purple Heart #553AD3
Tints of Purple Heart #553AD3
RGB
CMYK
RGB Variations
Color information
#553AD3 (or 0x553AD3) is known color: Purple Heart. HEX triplet: 55, 3A and D3. RGB value is (85,58,211). Sum of RGB (Red+Green+Blue) = 85+58+211=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 211 (82.81% from 255 or 59.60% from 354); Max value from RGB is 211 - color contains mainly: blue. Hex color #553AD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553AD3 is #AAC52C. Grayscale: #525252. Windows color (decimal): -11191597 or 13843029. OLE color: 13843029.
HSL color Cylindrical-coordinate representation of color #553AD3: hue angle of 250.59º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #553AD3 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 58 | 211 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.17 |
| HSL | 250.59º | 0.63% | 0.53% | - |
| HSV(B) | 250.59º | 0.73% | 0.83% | - |
| XYZ | 17.02 | 9.66 | 62.6 | - |
| YUV | 83.52 | 199.95 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 211 | 0.60 | 0.73 | 0 | 0.17 | 250.59 | 0.63 | 0.53 |
| Hex | 55 | 3A | D3 | 3C | 49 | 0 | 11 | FB | 3F | 35 |
| Octal | 125 | 72 | 323 | 74 | 111 | 0 | 21 | 373 | 77 | 65 |
| Binary | 1010101 | 111010 | 11010011 | 111100 | 1001001 | 0 | 10001 | 11111011 | 111111 | 110101 |
Color Harmonies of #553AD3
Complementary color
Monochromatic Colors of #553AD3
Black with #553AD3
Text Example
Text Example
White with #553AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553AD3; }
p { color: rgb(85,58,211); }
H1.HeaderClassName
{
color: #553AD3;
}
.AnyTagClassName
{
color: #553AD3;
}
</style>
background-color css
<style>
a { background-color: #553AD3; }
a { background-color: rgb(85,58,211); }
div.DivClassName
{
background-color: #553AD3;
}
.BgClassName
{
background-color: #553AD3;
}
</style>
border-color css
<style>
span { border-color: #553AD3; }
span { border-color: rgb(85,58,211); }
td.TdClassName
{
border-color: #553AD3;
}
.TagClassName
{
border-color: #553AD3;
}
</style>