Shades of Purple Heart #5528B3
Tints of Purple Heart #5528B3
RGB
CMYK
RGB Variations
Color information
#5528B3 (or 0x5528B3) is known color: Purple Heart. HEX triplet: 55, 28 and B3. RGB value is (85,40,179). Sum of RGB (Red+Green+Blue) = 85+40+179=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 179 (70.31% from 255 or 58.88% from 304); Max value from RGB is 179 - color contains mainly: blue. Hex color #5528B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5528B3 is #AAD74C. Grayscale: #444444. Windows color (decimal): -11196237 or 11741269. OLE color: 11741269.
HSL color Cylindrical-coordinate representation of color #5528B3: hue angle of 259.42º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5528B3 is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 40 | 179 | - |
| CMYK | 0.53 | 0.78 | 0 | 0.30 |
| HSL | 259.42º | 0.63% | 0.43% | - |
| HSV(B) | 259.42º | 0.78% | 0.7% | - |
| XYZ | 12.64 | 6.7 | 43.28 | - |
| YUV | 69.3 | 189.91 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 40 | 179 | 0.53 | 0.78 | 0 | 0.30 | 259.42 | 0.63 | 0.43 |
| Hex | 55 | 28 | B3 | 35 | 4E | 0 | 1E | 103 | 3F | 2B |
| Octal | 125 | 50 | 263 | 65 | 116 | 0 | 36 | 403 | 77 | 53 |
| Binary | 1010101 | 101000 | 10110011 | 110101 | 1001110 | 0 | 11110 | 100000011 | 111111 | 101011 |
Color Harmonies of #5528B3
Complementary color
Monochromatic Colors of #5528B3
Black with #5528B3
Text Example
Text Example
White with #5528B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5528B3; }
p { color: rgb(85,40,179); }
H1.HeaderClassName
{
color: #5528B3;
}
.AnyTagClassName
{
color: #5528B3;
}
</style>
background-color css
<style>
a { background-color: #5528B3; }
a { background-color: rgb(85,40,179); }
div.DivClassName
{
background-color: #5528B3;
}
.BgClassName
{
background-color: #5528B3;
}
</style>
border-color css
<style>
span { border-color: #5528B3; }
span { border-color: rgb(85,40,179); }
td.TdClassName
{
border-color: #5528B3;
}
.TagClassName
{
border-color: #5528B3;
}
</style>