Shades of Purple Heart #552FAD
Tints of Purple Heart #552FAD
RGB
CMYK
RGB Variations
Color information
#552FAD (or 0x552FAD) is known color: Purple Heart. HEX triplet: 55, 2F and AD. RGB value is (85,47,173). Sum of RGB (Red+Green+Blue) = 85+47+173=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #552FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552FAD is #AAD052. Grayscale: #484848. Windows color (decimal): -11194451 or 11349845. OLE color: 11349845.
HSL color Cylindrical-coordinate representation of color #552FAD: hue angle of 258.1º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #552FAD is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 47 | 173 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.32 |
| HSL | 258.1º | 0.57% | 0.43% | - |
| HSV(B) | 258.1º | 0.73% | 0.68% | - |
| XYZ | 12.31 | 6.98 | 40.23 | - |
| YUV | 72.73 | 184.59 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 173 | 0.51 | 0.73 | 0 | 0.32 | 258.1 | 0.57 | 0.43 |
| Hex | 55 | 2F | AD | 33 | 49 | 0 | 20 | 102 | 39 | 2B |
| Octal | 125 | 57 | 255 | 63 | 111 | 0 | 40 | 402 | 71 | 53 |
| Binary | 1010101 | 101111 | 10101101 | 110011 | 1001001 | 0 | 100000 | 100000010 | 111001 | 101011 |
Color Harmonies of #552FAD
Complementary color
Monochromatic Colors of #552FAD
Black with #552FAD
Text Example
Text Example
White with #552FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552FAD; }
p { color: rgb(85,47,173); }
H1.HeaderClassName
{
color: #552FAD;
}
.AnyTagClassName
{
color: #552FAD;
}
</style>
background-color css
<style>
a { background-color: #552FAD; }
a { background-color: rgb(85,47,173); }
div.DivClassName
{
background-color: #552FAD;
}
.BgClassName
{
background-color: #552FAD;
}
</style>
border-color css
<style>
span { border-color: #552FAD; }
span { border-color: rgb(85,47,173); }
td.TdClassName
{
border-color: #552FAD;
}
.TagClassName
{
border-color: #552FAD;
}
</style>