Shades of Purple Heart #5515AF
Tints of Purple Heart #5515AF
RGB
CMYK
RGB Variations
Color information
#5515AF (or 0x5515AF) is known color: Purple Heart. HEX triplet: 55, 15 and AF. RGB value is (85,21,175). Sum of RGB (Red+Green+Blue) = 85+21+175=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #5515AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5515AF is #AAEA50. Grayscale: #393939. Windows color (decimal): -11201105 or 11474261. OLE color: 11474261.
HSL color Cylindrical-coordinate representation of color #5515AF: hue angle of 264.94º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5515AF is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 21 | 175 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.31 |
| HSL | 264.94º | 0.79% | 0.38% | - |
| HSV(B) | 264.94º | 0.88% | 0.69% | - |
| XYZ | 11.75 | 5.56 | 41.01 | - |
| YUV | 57.69 | 194.2 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 175 | 0.51 | 0.88 | 0 | 0.31 | 264.94 | 0.79 | 0.38 |
| Hex | 55 | 15 | AF | 33 | 58 | 0 | 1F | 109 | 4F | 26 |
| Octal | 125 | 25 | 257 | 63 | 130 | 0 | 37 | 411 | 117 | 46 |
| Binary | 1010101 | 10101 | 10101111 | 110011 | 1011000 | 0 | 11111 | 100001001 | 1001111 | 100110 |
Color Harmonies of #5515AF
Complementary color
Monochromatic Colors of #5515AF
Black with #5515AF
Text Example
Text Example
White with #5515AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5515AF; }
p { color: rgb(85,21,175); }
H1.HeaderClassName
{
color: #5515AF;
}
.AnyTagClassName
{
color: #5515AF;
}
</style>
background-color css
<style>
a { background-color: #5515AF; }
a { background-color: rgb(85,21,175); }
div.DivClassName
{
background-color: #5515AF;
}
.BgClassName
{
background-color: #5515AF;
}
</style>
border-color css
<style>
span { border-color: #5515AF; }
span { border-color: rgb(85,21,175); }
td.TdClassName
{
border-color: #5515AF;
}
.TagClassName
{
border-color: #5515AF;
}
</style>