Shades of Purple Heart #551BA4
Tints of Purple Heart #551BA4
RGB
CMYK
RGB Variations
Color information
#551BA4 (or 0x551BA4) is known color: Purple Heart. HEX triplet: 55, 1B and A4. RGB value is (85,27,164). Sum of RGB (Red+Green+Blue) = 85+27+164=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 164 (64.45% from 255 or 59.42% from 276); Max value from RGB is 164 - color contains mainly: blue. Hex color #551BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551BA4 is #AAE45B. Grayscale: #3B3B3B. Windows color (decimal): -11199580 or 10754901. OLE color: 10754901.
HSL color Cylindrical-coordinate representation of color #551BA4: hue angle of 265.4º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551BA4 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 27 | 164 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.36 |
| HSL | 265.4º | 0.72% | 0.37% | - |
| HSV(B) | 265.4º | 0.84% | 0.64% | - |
| XYZ | 10.84 | 5.4 | 35.59 | - |
| YUV | 59.96 | 186.72 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 164 | 0.48 | 0.84 | 0 | 0.36 | 265.4 | 0.72 | 0.37 |
| Hex | 55 | 1B | A4 | 30 | 54 | 0 | 24 | 109 | 48 | 25 |
| Octal | 125 | 33 | 244 | 60 | 124 | 0 | 44 | 411 | 110 | 45 |
| Binary | 1010101 | 11011 | 10100100 | 110000 | 1010100 | 0 | 100100 | 100001001 | 1001000 | 100101 |
Color Harmonies of #551BA4
Complementary color
Monochromatic Colors of #551BA4
Black with #551BA4
Text Example
Text Example
White with #551BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551BA4; }
p { color: rgb(85,27,164); }
H1.HeaderClassName
{
color: #551BA4;
}
.AnyTagClassName
{
color: #551BA4;
}
</style>
background-color css
<style>
a { background-color: #551BA4; }
a { background-color: rgb(85,27,164); }
div.DivClassName
{
background-color: #551BA4;
}
.BgClassName
{
background-color: #551BA4;
}
</style>
border-color css
<style>
span { border-color: #551BA4; }
span { border-color: rgb(85,27,164); }
td.TdClassName
{
border-color: #551BA4;
}
.TagClassName
{
border-color: #551BA4;
}
</style>