Shades of Purple Heart #5537AF
Tints of Purple Heart #5537AF
RGB
CMYK
RGB Variations
Color information
#5537AF (or 0x5537AF) is known color: Purple Heart. HEX triplet: 55, 37 and AF. RGB value is (85,55,175). Sum of RGB (Red+Green+Blue) = 85+55+175=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 175 (68.75% from 255 or 55.56% from 315); Max value from RGB is 175 - color contains mainly: blue. Hex color #5537AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5537AF is #AAC850. Grayscale: #4D4D4D. Windows color (decimal): -11192401 or 11482965. OLE color: 11482965.
HSL color Cylindrical-coordinate representation of color #5537AF: hue angle of 255º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5537AF is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 55 | 175 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.31 |
| HSL | 255º | 0.52% | 0.45% | - |
| HSV(B) | 255º | 0.69% | 0.69% | - |
| XYZ | 12.85 | 7.76 | 41.38 | - |
| YUV | 77.65 | 182.94 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 175 | 0.51 | 0.69 | 0 | 0.31 | 255 | 0.52 | 0.45 |
| Hex | 55 | 37 | AF | 33 | 45 | 0 | 1F | FF | 34 | 2D |
| Octal | 125 | 67 | 257 | 63 | 105 | 0 | 37 | 377 | 64 | 55 |
| Binary | 1010101 | 110111 | 10101111 | 110011 | 1000101 | 0 | 11111 | 11111111 | 110100 | 101101 |
Color Harmonies of #5537AF
Complementary color
Monochromatic Colors of #5537AF
Black with #5537AF
Text Example
Text Example
White with #5537AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5537AF; }
p { color: rgb(85,55,175); }
H1.HeaderClassName
{
color: #5537AF;
}
.AnyTagClassName
{
color: #5537AF;
}
</style>
background-color css
<style>
a { background-color: #5537AF; }
a { background-color: rgb(85,55,175); }
div.DivClassName
{
background-color: #5537AF;
}
.BgClassName
{
background-color: #5537AF;
}
</style>
border-color css
<style>
span { border-color: #5537AF; }
span { border-color: rgb(85,55,175); }
td.TdClassName
{
border-color: #5537AF;
}
.TagClassName
{
border-color: #5537AF;
}
</style>