Shades of Purple Heart #5533AF
Tints of Purple Heart #5533AF
RGB
CMYK
RGB Variations
Color information
#5533AF (or 0x5533AF) is known color: Purple Heart. HEX triplet: 55, 33 and AF. RGB value is (85,51,175). Sum of RGB (Red+Green+Blue) = 85+51+175=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #5533AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5533AF is #AACC50. Grayscale: #4A4A4A. Windows color (decimal): -11193425 or 11481941. OLE color: 11481941.
HSL color Cylindrical-coordinate representation of color #5533AF: hue angle of 256.45º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5533AF is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 51 | 175 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.31 |
| HSL | 256.45º | 0.55% | 0.44% | - |
| HSV(B) | 256.45º | 0.71% | 0.69% | - |
| XYZ | 12.67 | 7.39 | 41.32 | - |
| YUV | 75.3 | 184.26 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 51 | 175 | 0.51 | 0.71 | 0 | 0.31 | 256.45 | 0.55 | 0.44 |
| Hex | 55 | 33 | AF | 33 | 47 | 0 | 1F | 100 | 37 | 2C |
| Octal | 125 | 63 | 257 | 63 | 107 | 0 | 37 | 400 | 67 | 54 |
| Binary | 1010101 | 110011 | 10101111 | 110011 | 1000111 | 0 | 11111 | 100000000 | 110111 | 101100 |
Color Harmonies of #5533AF
Complementary color
Monochromatic Colors of #5533AF
Black with #5533AF
Text Example
Text Example
White with #5533AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5533AF; }
p { color: rgb(85,51,175); }
H1.HeaderClassName
{
color: #5533AF;
}
.AnyTagClassName
{
color: #5533AF;
}
</style>
background-color css
<style>
a { background-color: #5533AF; }
a { background-color: rgb(85,51,175); }
div.DivClassName
{
background-color: #5533AF;
}
.BgClassName
{
background-color: #5533AF;
}
</style>
border-color css
<style>
span { border-color: #5533AF; }
span { border-color: rgb(85,51,175); }
td.TdClassName
{
border-color: #5533AF;
}
.TagClassName
{
border-color: #5533AF;
}
</style>