Shades of Purple Heart #5607AF
Tints of Purple Heart #5607AF
RGB
CMYK
RGB Variations
Color information
#5607AF (or 0x5607AF) is known color: Purple Heart. HEX triplet: 56, 07 and AF. RGB value is (86,7,175). Sum of RGB (Red+Green+Blue) = 86+7+175=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 175 (68.75% from 255 or 65.30% from 268); Max value from RGB is 175 - color contains mainly: blue. Hex color #5607AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5607AF is #A9F850. Grayscale: #313131. Windows color (decimal): -11139153 or 11470678. OLE color: 11470678.
HSL color Cylindrical-coordinate representation of color #5607AF: hue angle of 268.21º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5607AF is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 7 | 175 | - |
| CMYK | 0.51 | 0.96 | 0 | 0.31 |
| HSL | 268.21º | 0.92% | 0.36% | - |
| HSV(B) | 268.21º | 0.96% | 0.69% | - |
| XYZ | 11.65 | 5.23 | 40.95 | - |
| YUV | 49.77 | 198.67 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 7 | 175 | 0.51 | 0.96 | 0 | 0.31 | 268.21 | 0.92 | 0.36 |
| Hex | 56 | 7 | AF | 33 | 60 | 0 | 1F | 10C | 5C | 24 |
| Octal | 126 | 7 | 257 | 63 | 140 | 0 | 37 | 414 | 134 | 44 |
| Binary | 1010110 | 111 | 10101111 | 110011 | 1100000 | 0 | 11111 | 100001100 | 1011100 | 100100 |
Color Harmonies of #5607AF
Complementary color
Monochromatic Colors of #5607AF
Black with #5607AF
Text Example
Text Example
White with #5607AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5607AF; }
p { color: rgb(86,7,175); }
H1.HeaderClassName
{
color: #5607AF;
}
.AnyTagClassName
{
color: #5607AF;
}
</style>
background-color css
<style>
a { background-color: #5607AF; }
a { background-color: rgb(86,7,175); }
div.DivClassName
{
background-color: #5607AF;
}
.BgClassName
{
background-color: #5607AF;
}
</style>
border-color css
<style>
span { border-color: #5607AF; }
span { border-color: rgb(86,7,175); }
td.TdClassName
{
border-color: #5607AF;
}
.TagClassName
{
border-color: #5607AF;
}
</style>