Shades of Purple Heart #552BCB
Tints of Purple Heart #552BCB
RGB
CMYK
RGB Variations
Color information
#552BCB (or 0x552BCB) is known color: Purple Heart. HEX triplet: 55, 2B and CB. RGB value is (85,43,203). Sum of RGB (Red+Green+Blue) = 85+43+203=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #552BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552BCB is #AAD434. Grayscale: #494949. Windows color (decimal): -11195445 or 13314901. OLE color: 13314901.
HSL color Cylindrical-coordinate representation of color #552BCB: hue angle of 255.75º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #552BCB is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 43 | 203 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.20 |
| HSL | 255.75º | 0.65% | 0.48% | - |
| HSV(B) | 255.75º | 0.79% | 0.8% | - |
| XYZ | 15.39 | 7.97 | 57.23 | - |
| YUV | 73.8 | 200.91 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 203 | 0.58 | 0.79 | 0 | 0.20 | 255.75 | 0.65 | 0.48 |
| Hex | 55 | 2B | CB | 3A | 4F | 0 | 14 | 100 | 41 | 30 |
| Octal | 125 | 53 | 313 | 72 | 117 | 0 | 24 | 400 | 101 | 60 |
| Binary | 1010101 | 101011 | 11001011 | 111010 | 1001111 | 0 | 10100 | 100000000 | 1000001 | 110000 |
Color Harmonies of #552BCB
Complementary color
Monochromatic Colors of #552BCB
Black with #552BCB
Text Example
Text Example
White with #552BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552BCB; }
p { color: rgb(85,43,203); }
H1.HeaderClassName
{
color: #552BCB;
}
.AnyTagClassName
{
color: #552BCB;
}
</style>
background-color css
<style>
a { background-color: #552BCB; }
a { background-color: rgb(85,43,203); }
div.DivClassName
{
background-color: #552BCB;
}
.BgClassName
{
background-color: #552BCB;
}
</style>
border-color css
<style>
span { border-color: #552BCB; }
span { border-color: rgb(85,43,203); }
td.TdClassName
{
border-color: #552BCB;
}
.TagClassName
{
border-color: #552BCB;
}
</style>