Shades of Purple Heart #553CB3
Tints of Purple Heart #553CB3
RGB
CMYK
RGB Variations
Color information
#553CB3 (or 0x553CB3) is known color: Purple Heart. HEX triplet: 55, 3C and B3. RGB value is (85,60,179). Sum of RGB (Red+Green+Blue) = 85+60+179=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 179 (70.31% from 255 or 55.25% from 324); Max value from RGB is 179 - color contains mainly: blue. Hex color #553CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553CB3 is #AAC34C. Grayscale: #505050. Windows color (decimal): -11191117 or 11746389. OLE color: 11746389.
HSL color Cylindrical-coordinate representation of color #553CB3: hue angle of 252.61º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #553CB3 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 60 | 179 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.30 |
| HSL | 252.61º | 0.5% | 0.47% | - |
| HSV(B) | 252.61º | 0.66% | 0.7% | - |
| XYZ | 13.5 | 8.42 | 43.56 | - |
| YUV | 81.04 | 183.28 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 179 | 0.53 | 0.66 | 0 | 0.30 | 252.61 | 0.5 | 0.47 |
| Hex | 55 | 3C | B3 | 35 | 42 | 0 | 1E | FD | 32 | 2F |
| Octal | 125 | 74 | 263 | 65 | 102 | 0 | 36 | 375 | 62 | 57 |
| Binary | 1010101 | 111100 | 10110011 | 110101 | 1000010 | 0 | 11110 | 11111101 | 110010 | 101111 |
Color Harmonies of #553CB3
Complementary color
Monochromatic Colors of #553CB3
Black with #553CB3
Text Example
Text Example
White with #553CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553CB3; }
p { color: rgb(85,60,179); }
H1.HeaderClassName
{
color: #553CB3;
}
.AnyTagClassName
{
color: #553CB3;
}
</style>
background-color css
<style>
a { background-color: #553CB3; }
a { background-color: rgb(85,60,179); }
div.DivClassName
{
background-color: #553CB3;
}
.BgClassName
{
background-color: #553CB3;
}
</style>
border-color css
<style>
span { border-color: #553CB3; }
span { border-color: rgb(85,60,179); }
td.TdClassName
{
border-color: #553CB3;
}
.TagClassName
{
border-color: #553CB3;
}
</style>