Shades of Purple Heart #553FC1
Tints of Purple Heart #553FC1
RGB
CMYK
RGB Variations
Color information
#553FC1 (or 0x553FC1) is known color: Purple Heart. HEX triplet: 55, 3F and C1. RGB value is (85,63,193). Sum of RGB (Red+Green+Blue) = 85+63+193=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 193 (75.78% from 255 or 56.60% from 341); Max value from RGB is 193 - color contains mainly: blue. Hex color #553FC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553FC1 is #AAC03E. Grayscale: #535353. Windows color (decimal): -11190335 or 12664661. OLE color: 12664661.
HSL color Cylindrical-coordinate representation of color #553FC1: hue angle of 250.15º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #553FC1 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 63 | 193 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.24 |
| HSL | 250.15º | 0.51% | 0.5% | - |
| HSV(B) | 250.15º | 0.67% | 0.76% | - |
| XYZ | 15.15 | 9.34 | 51.46 | - |
| YUV | 84.4 | 189.29 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 193 | 0.56 | 0.67 | 0 | 0.24 | 250.15 | 0.51 | 0.5 |
| Hex | 55 | 3F | C1 | 38 | 43 | 0 | 18 | FA | 33 | 32 |
| Octal | 125 | 77 | 301 | 70 | 103 | 0 | 30 | 372 | 63 | 62 |
| Binary | 1010101 | 111111 | 11000001 | 111000 | 1000011 | 0 | 11000 | 11111010 | 110011 | 110010 |
Color Harmonies of #553FC1
Complementary color
Monochromatic Colors of #553FC1
Black with #553FC1
Text Example
Text Example
White with #553FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553FC1; }
p { color: rgb(85,63,193); }
H1.HeaderClassName
{
color: #553FC1;
}
.AnyTagClassName
{
color: #553FC1;
}
</style>
background-color css
<style>
a { background-color: #553FC1; }
a { background-color: rgb(85,63,193); }
div.DivClassName
{
background-color: #553FC1;
}
.BgClassName
{
background-color: #553FC1;
}
</style>
border-color css
<style>
span { border-color: #553FC1; }
span { border-color: rgb(85,63,193); }
td.TdClassName
{
border-color: #553FC1;
}
.TagClassName
{
border-color: #553FC1;
}
</style>