Shades of Purple Heart #553DC8
Tints of Purple Heart #553DC8
RGB
CMYK
RGB Variations
Color information
#553DC8 (or 0x553DC8) is known color: Purple Heart. HEX triplet: 55, 3D and C8. RGB value is (85,61,200). Sum of RGB (Red+Green+Blue) = 85+61+200=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 200 (78.52% from 255 or 57.80% from 346); Max value from RGB is 200 - color contains mainly: blue. Hex color #553DC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553DC8 is #AAC237. Grayscale: #535353. Windows color (decimal): -11190840 or 13122901. OLE color: 13122901.
HSL color Cylindrical-coordinate representation of color #553DC8: hue angle of 250.36º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #553DC8 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 61 | 200 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.22 |
| HSL | 250.36º | 0.56% | 0.51% | - |
| HSV(B) | 250.36º | 0.7% | 0.78% | - |
| XYZ | 15.84 | 9.44 | 55.63 | - |
| YUV | 84.02 | 193.45 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 200 | 0.58 | 0.69 | 0 | 0.22 | 250.36 | 0.56 | 0.51 |
| Hex | 55 | 3D | C8 | 3A | 45 | 0 | 16 | FA | 38 | 33 |
| Octal | 125 | 75 | 310 | 72 | 105 | 0 | 26 | 372 | 70 | 63 |
| Binary | 1010101 | 111101 | 11001000 | 111010 | 1000101 | 0 | 10110 | 11111010 | 111000 | 110011 |
Color Harmonies of #553DC8
Complementary color
Monochromatic Colors of #553DC8
Black with #553DC8
Text Example
Text Example
White with #553DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553DC8; }
p { color: rgb(85,61,200); }
H1.HeaderClassName
{
color: #553DC8;
}
.AnyTagClassName
{
color: #553DC8;
}
</style>
background-color css
<style>
a { background-color: #553DC8; }
a { background-color: rgb(85,61,200); }
div.DivClassName
{
background-color: #553DC8;
}
.BgClassName
{
background-color: #553DC8;
}
</style>
border-color css
<style>
span { border-color: #553DC8; }
span { border-color: rgb(85,61,200); }
td.TdClassName
{
border-color: #553DC8;
}
.TagClassName
{
border-color: #553DC8;
}
</style>