Shades of Purple Heart #5630AF
Tints of Purple Heart #5630AF
RGB
CMYK
RGB Variations
Color information
#5630AF (or 0x5630AF) is known color: Purple Heart. HEX triplet: 56, 30 and AF. RGB value is (86,48,175). Sum of RGB (Red+Green+Blue) = 86+48+175=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #5630AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5630AF is #A9CF50. Grayscale: #494949. Windows color (decimal): -11128657 or 11481174. OLE color: 11481174.
HSL color Cylindrical-coordinate representation of color #5630AF: hue angle of 257.95º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5630AF is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 48 | 175 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.31 |
| HSL | 257.95º | 0.57% | 0.44% | - |
| HSV(B) | 257.95º | 0.73% | 0.69% | - |
| XYZ | 12.63 | 7.19 | 41.28 | - |
| YUV | 73.84 | 185.09 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 48 | 175 | 0.51 | 0.73 | 0 | 0.31 | 257.95 | 0.57 | 0.44 |
| Hex | 56 | 30 | AF | 33 | 49 | 0 | 1F | 102 | 39 | 2C |
| Octal | 126 | 60 | 257 | 63 | 111 | 0 | 37 | 402 | 71 | 54 |
| Binary | 1010110 | 110000 | 10101111 | 110011 | 1001001 | 0 | 11111 | 100000010 | 111001 | 101100 |
Color Harmonies of #5630AF
Complementary color
Monochromatic Colors of #5630AF
Black with #5630AF
Text Example
Text Example
White with #5630AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5630AF; }
p { color: rgb(86,48,175); }
H1.HeaderClassName
{
color: #5630AF;
}
.AnyTagClassName
{
color: #5630AF;
}
</style>
background-color css
<style>
a { background-color: #5630AF; }
a { background-color: rgb(86,48,175); }
div.DivClassName
{
background-color: #5630AF;
}
.BgClassName
{
background-color: #5630AF;
}
</style>
border-color css
<style>
span { border-color: #5630AF; }
span { border-color: rgb(86,48,175); }
td.TdClassName
{
border-color: #5630AF;
}
.TagClassName
{
border-color: #5630AF;
}
</style>