Shades of Purple Heart #552BCD
Tints of Purple Heart #552BCD
RGB
CMYK
RGB Variations
Color information
#552BCD (or 0x552BCD) is known color: Purple Heart. HEX triplet: 55, 2B and CD. RGB value is (85,43,205). Sum of RGB (Red+Green+Blue) = 85+43+205=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #552BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552BCD is #AAD432. Grayscale: #494949. Windows color (decimal): -11195443 or 13445973. OLE color: 13445973.
HSL color Cylindrical-coordinate representation of color #552BCD: hue angle of 255.56º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #552BCD is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 43 | 205 | - |
| CMYK | 0.59 | 0.79 | 0 | 0.20 |
| HSL | 255.56º | 0.65% | 0.49% | - |
| HSV(B) | 255.56º | 0.79% | 0.8% | - |
| XYZ | 15.63 | 8.07 | 58.49 | - |
| YUV | 74.03 | 201.91 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 205 | 0.59 | 0.79 | 0 | 0.20 | 255.56 | 0.65 | 0.49 |
| Hex | 55 | 2B | CD | 3B | 4F | 0 | 14 | 100 | 41 | 31 |
| Octal | 125 | 53 | 315 | 73 | 117 | 0 | 24 | 400 | 101 | 61 |
| Binary | 1010101 | 101011 | 11001101 | 111011 | 1001111 | 0 | 10100 | 100000000 | 1000001 | 110001 |
Color Harmonies of #552BCD
Complementary color
Monochromatic Colors of #552BCD
Black with #552BCD
Text Example
Text Example
White with #552BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552BCD; }
p { color: rgb(85,43,205); }
H1.HeaderClassName
{
color: #552BCD;
}
.AnyTagClassName
{
color: #552BCD;
}
</style>
background-color css
<style>
a { background-color: #552BCD; }
a { background-color: rgb(85,43,205); }
div.DivClassName
{
background-color: #552BCD;
}
.BgClassName
{
background-color: #552BCD;
}
</style>
border-color css
<style>
span { border-color: #552BCD; }
span { border-color: rgb(85,43,205); }
td.TdClassName
{
border-color: #552BCD;
}
.TagClassName
{
border-color: #552BCD;
}
</style>