Shades of Purple Heart #5638AF
Tints of Purple Heart #5638AF
RGB
CMYK
RGB Variations
Color information
#5638AF (or 0x5638AF) is known color: Purple Heart. HEX triplet: 56, 38 and AF. RGB value is (86,56,175). Sum of RGB (Red+Green+Blue) = 86+56+175=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #5638AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5638AF is #A9C750. Grayscale: #4E4E4E. Windows color (decimal): -11126609 or 11483222. OLE color: 11483222.
HSL color Cylindrical-coordinate representation of color #5638AF: hue angle of 255.13º 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 #5638AF is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 56 | 175 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.31 |
| HSL | 255.13º | 0.52% | 0.45% | - |
| HSV(B) | 255.13º | 0.68% | 0.69% | - |
| XYZ | 12.99 | 7.9 | 41.4 | - |
| YUV | 78.54 | 182.44 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 56 | 175 | 0.51 | 0.68 | 0 | 0.31 | 255.13 | 0.52 | 0.45 |
| Hex | 56 | 38 | AF | 33 | 44 | 0 | 1F | FF | 34 | 2D |
| Octal | 126 | 70 | 257 | 63 | 104 | 0 | 37 | 377 | 64 | 55 |
| Binary | 1010110 | 111000 | 10101111 | 110011 | 1000100 | 0 | 11111 | 11111111 | 110100 | 101101 |
Color Harmonies of #5638AF
Complementary color
Monochromatic Colors of #5638AF
Black with #5638AF
Text Example
Text Example
White with #5638AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5638AF; }
p { color: rgb(86,56,175); }
H1.HeaderClassName
{
color: #5638AF;
}
.AnyTagClassName
{
color: #5638AF;
}
</style>
background-color css
<style>
a { background-color: #5638AF; }
a { background-color: rgb(86,56,175); }
div.DivClassName
{
background-color: #5638AF;
}
.BgClassName
{
background-color: #5638AF;
}
</style>
border-color css
<style>
span { border-color: #5638AF; }
span { border-color: rgb(86,56,175); }
td.TdClassName
{
border-color: #5638AF;
}
.TagClassName
{
border-color: #5638AF;
}
</style>