Shades of Purple Heart #553DC5
Tints of Purple Heart #553DC5
RGB
CMYK
RGB Variations
Color information
#553DC5 (or 0x553DC5) is known color: Purple Heart. HEX triplet: 55, 3D and C5. RGB value is (85,61,197). Sum of RGB (Red+Green+Blue) = 85+61+197=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 197 (77.34% from 255 or 57.43% from 343); Max value from RGB is 197 - color contains mainly: blue. Hex color #553DC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553DC5 is #AAC23A. Grayscale: #535353. Windows color (decimal): -11190843 or 12926293. OLE color: 12926293.
HSL color Cylindrical-coordinate representation of color #553DC5: hue angle of 250.59º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #553DC5 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 61 | 197 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.23 |
| HSL | 250.59º | 0.54% | 0.51% | - |
| HSV(B) | 250.59º | 0.69% | 0.77% | - |
| XYZ | 15.49 | 9.3 | 53.8 | - |
| YUV | 83.68 | 191.95 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 197 | 0.57 | 0.69 | 0 | 0.23 | 250.59 | 0.54 | 0.51 |
| Hex | 55 | 3D | C5 | 39 | 45 | 0 | 17 | FB | 36 | 33 |
| Octal | 125 | 75 | 305 | 71 | 105 | 0 | 27 | 373 | 66 | 63 |
| Binary | 1010101 | 111101 | 11000101 | 111001 | 1000101 | 0 | 10111 | 11111011 | 110110 | 110011 |
Color Harmonies of #553DC5
Complementary color
Monochromatic Colors of #553DC5
Black with #553DC5
Text Example
Text Example
White with #553DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553DC5; }
p { color: rgb(85,61,197); }
H1.HeaderClassName
{
color: #553DC5;
}
.AnyTagClassName
{
color: #553DC5;
}
</style>
background-color css
<style>
a { background-color: #553DC5; }
a { background-color: rgb(85,61,197); }
div.DivClassName
{
background-color: #553DC5;
}
.BgClassName
{
background-color: #553DC5;
}
</style>
border-color css
<style>
span { border-color: #553DC5; }
span { border-color: rgb(85,61,197); }
td.TdClassName
{
border-color: #553DC5;
}
.TagClassName
{
border-color: #553DC5;
}
</style>