Shades of Purple Heart #5630AC
Tints of Purple Heart #5630AC
RGB
CMYK
RGB Variations
Color information
#5630AC (or 0x5630AC) is known color: Purple Heart. HEX triplet: 56, 30 and AC. RGB value is (86,48,172). Sum of RGB (Red+Green+Blue) = 86+48+172=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #5630AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5630AC is #A9CF53. Grayscale: #494949. Windows color (decimal): -11128660 or 11284566. OLE color: 11284566.
HSL color Cylindrical-coordinate representation of color #5630AC: hue angle of 258.39º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5630AC is Cyan = 0.5, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 48 | 172 | - |
| CMYK | 0.5 | 0.72 | 0 | 0.33 |
| HSL | 258.39º | 0.56% | 0.43% | - |
| HSV(B) | 258.39º | 0.72% | 0.67% | - |
| XYZ | 12.34 | 7.07 | 39.74 | - |
| YUV | 73.5 | 183.59 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 48 | 172 | 0.5 | 0.72 | 0 | 0.33 | 258.39 | 0.56 | 0.43 |
| Hex | 56 | 30 | AC | 32 | 48 | 0 | 21 | 102 | 38 | 2B |
| Octal | 126 | 60 | 254 | 62 | 110 | 0 | 41 | 402 | 70 | 53 |
| Binary | 1010110 | 110000 | 10101100 | 110010 | 1001000 | 0 | 100001 | 100000010 | 111000 | 101011 |
Color Harmonies of #5630AC
Complementary color
Monochromatic Colors of #5630AC
Black with #5630AC
Text Example
Text Example
White with #5630AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5630AC; }
p { color: rgb(86,48,172); }
H1.HeaderClassName
{
color: #5630AC;
}
.AnyTagClassName
{
color: #5630AC;
}
</style>
background-color css
<style>
a { background-color: #5630AC; }
a { background-color: rgb(86,48,172); }
div.DivClassName
{
background-color: #5630AC;
}
.BgClassName
{
background-color: #5630AC;
}
</style>
border-color css
<style>
span { border-color: #5630AC; }
span { border-color: rgb(86,48,172); }
td.TdClassName
{
border-color: #5630AC;
}
.TagClassName
{
border-color: #5630AC;
}
</style>