Shades of Purple Heart #552BCA
Tints of Purple Heart #552BCA
RGB
CMYK
RGB Variations
Color information
#552BCA (or 0x552BCA) is known color: Purple Heart. HEX triplet: 55, 2B and CA. RGB value is (85,43,202). Sum of RGB (Red+Green+Blue) = 85+43+202=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #552BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552BCA is #AAD435. Grayscale: #494949. Windows color (decimal): -11195446 or 13249365. OLE color: 13249365.
HSL color Cylindrical-coordinate representation of color #552BCA: hue angle of 255.85º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #552BCA is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 43 | 202 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.21 |
| HSL | 255.85º | 0.65% | 0.48% | - |
| HSV(B) | 255.85º | 0.79% | 0.79% | - |
| XYZ | 15.27 | 7.92 | 56.6 | - |
| YUV | 73.68 | 200.41 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 202 | 0.58 | 0.79 | 0 | 0.21 | 255.85 | 0.65 | 0.48 |
| Hex | 55 | 2B | CA | 3A | 4F | 0 | 15 | 100 | 41 | 30 |
| Octal | 125 | 53 | 312 | 72 | 117 | 0 | 25 | 400 | 101 | 60 |
| Binary | 1010101 | 101011 | 11001010 | 111010 | 1001111 | 0 | 10101 | 100000000 | 1000001 | 110000 |
Color Harmonies of #552BCA
Complementary color
Monochromatic Colors of #552BCA
Black with #552BCA
Text Example
Text Example
White with #552BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552BCA; }
p { color: rgb(85,43,202); }
H1.HeaderClassName
{
color: #552BCA;
}
.AnyTagClassName
{
color: #552BCA;
}
</style>
background-color css
<style>
a { background-color: #552BCA; }
a { background-color: rgb(85,43,202); }
div.DivClassName
{
background-color: #552BCA;
}
.BgClassName
{
background-color: #552BCA;
}
</style>
border-color css
<style>
span { border-color: #552BCA; }
span { border-color: rgb(85,43,202); }
td.TdClassName
{
border-color: #552BCA;
}
.TagClassName
{
border-color: #552BCA;
}
</style>