Shades of Purple Heart #5538AF
Tints of Purple Heart #5538AF
RGB
CMYK
RGB Variations
Color information
#5538AF (or 0x5538AF) is known color: Purple Heart. HEX triplet: 55, 38 and AF. RGB value is (85,56,175). Sum of RGB (Red+Green+Blue) = 85+56+175=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #5538AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5538AF is #AAC750. Grayscale: #4D4D4D. Windows color (decimal): -11192145 or 11483221. OLE color: 11483221.
HSL color Cylindrical-coordinate representation of color #5538AF: hue angle of 254.62º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5538AF is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 56 | 175 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.31 |
| HSL | 254.62º | 0.52% | 0.45% | - |
| HSV(B) | 254.62º | 0.68% | 0.69% | - |
| XYZ | 12.9 | 7.85 | 41.39 | - |
| YUV | 78.24 | 182.61 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 175 | 0.51 | 0.68 | 0 | 0.31 | 254.62 | 0.52 | 0.45 |
| Hex | 55 | 38 | AF | 33 | 44 | 0 | 1F | FF | 34 | 2D |
| Octal | 125 | 70 | 257 | 63 | 104 | 0 | 37 | 377 | 64 | 55 |
| Binary | 1010101 | 111000 | 10101111 | 110011 | 1000100 | 0 | 11111 | 11111111 | 110100 | 101101 |
Color Harmonies of #5538AF
Complementary color
Monochromatic Colors of #5538AF
Black with #5538AF
Text Example
Text Example
White with #5538AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5538AF; }
p { color: rgb(85,56,175); }
H1.HeaderClassName
{
color: #5538AF;
}
.AnyTagClassName
{
color: #5538AF;
}
</style>
background-color css
<style>
a { background-color: #5538AF; }
a { background-color: rgb(85,56,175); }
div.DivClassName
{
background-color: #5538AF;
}
.BgClassName
{
background-color: #5538AF;
}
</style>
border-color css
<style>
span { border-color: #5538AF; }
span { border-color: rgb(85,56,175); }
td.TdClassName
{
border-color: #5538AF;
}
.TagClassName
{
border-color: #5538AF;
}
</style>