Shades of Purple Heart #551BA3
Tints of Purple Heart #551BA3
RGB
CMYK
RGB Variations
Color information
#551BA3 (or 0x551BA3) is known color: Purple Heart. HEX triplet: 55, 1B and A3. RGB value is (85,27,163). Sum of RGB (Red+Green+Blue) = 85+27+163=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 163 (64.06% from 255 or 59.27% from 275); Max value from RGB is 163 - color contains mainly: blue. Hex color #551BA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551BA3 is #AAE45C. Grayscale: #3B3B3B. Windows color (decimal): -11199581 or 10689365. OLE color: 10689365.
HSL color Cylindrical-coordinate representation of color #551BA3: hue angle of 265.59º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #551BA3 is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 27 | 163 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.36 |
| HSL | 265.59º | 0.72% | 0.37% | - |
| HSV(B) | 265.59º | 0.83% | 0.64% | - |
| XYZ | 10.75 | 5.36 | 35.12 | - |
| YUV | 59.85 | 186.22 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 163 | 0.48 | 0.83 | 0 | 0.36 | 265.59 | 0.72 | 0.37 |
| Hex | 55 | 1B | A3 | 30 | 53 | 0 | 24 | 10A | 48 | 25 |
| Octal | 125 | 33 | 243 | 60 | 123 | 0 | 44 | 412 | 110 | 45 |
| Binary | 1010101 | 11011 | 10100011 | 110000 | 1010011 | 0 | 100100 | 100001010 | 1001000 | 100101 |
Color Harmonies of #551BA3
Complementary color
Monochromatic Colors of #551BA3
Black with #551BA3
Text Example
Text Example
White with #551BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551BA3; }
p { color: rgb(85,27,163); }
H1.HeaderClassName
{
color: #551BA3;
}
.AnyTagClassName
{
color: #551BA3;
}
</style>
background-color css
<style>
a { background-color: #551BA3; }
a { background-color: rgb(85,27,163); }
div.DivClassName
{
background-color: #551BA3;
}
.BgClassName
{
background-color: #551BA3;
}
</style>
border-color css
<style>
span { border-color: #551BA3; }
span { border-color: rgb(85,27,163); }
td.TdClassName
{
border-color: #551BA3;
}
.TagClassName
{
border-color: #551BA3;
}
</style>