Shades of Purple Heart #553ADC
Tints of Purple Heart #553ADC
RGB
CMYK
RGB Variations
Color information
#553ADC (or 0x553ADC) is known color: Purple Heart. HEX triplet: 55, 3A and DC. RGB value is (85,58,220). Sum of RGB (Red+Green+Blue) = 85+58+220=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #553ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553ADC is #AAC523. Grayscale: #535353. Windows color (decimal): -11191588 or 14432853. OLE color: 14432853.
HSL color Cylindrical-coordinate representation of color #553ADC: hue angle of 250º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #553ADC is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 58 | 220 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.14 |
| HSL | 250º | 0.7% | 0.55% | - |
| HSV(B) | 250º | 0.74% | 0.86% | - |
| XYZ | 18.18 | 10.12 | 68.71 | - |
| YUV | 84.54 | 204.45 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 220 | 0.61 | 0.74 | 0 | 0.14 | 250 | 0.7 | 0.55 |
| Hex | 55 | 3A | DC | 3D | 4A | 0 | E | FA | 46 | 37 |
| Octal | 125 | 72 | 334 | 75 | 112 | 0 | 16 | 372 | 106 | 67 |
| Binary | 1010101 | 111010 | 11011100 | 111101 | 1001010 | 0 | 1110 | 11111010 | 1000110 | 110111 |
Color Harmonies of #553ADC
Complementary color
Monochromatic Colors of #553ADC
Black with #553ADC
Text Example
Text Example
White with #553ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553ADC; }
p { color: rgb(85,58,220); }
H1.HeaderClassName
{
color: #553ADC;
}
.AnyTagClassName
{
color: #553ADC;
}
</style>
background-color css
<style>
a { background-color: #553ADC; }
a { background-color: rgb(85,58,220); }
div.DivClassName
{
background-color: #553ADC;
}
.BgClassName
{
background-color: #553ADC;
}
</style>
border-color css
<style>
span { border-color: #553ADC; }
span { border-color: rgb(85,58,220); }
td.TdClassName
{
border-color: #553ADC;
}
.TagClassName
{
border-color: #553ADC;
}
</style>