Shades of Purple Heart #5618B3
Tints of Purple Heart #5618B3
RGB
CMYK
RGB Variations
Color information
#5618B3 (or 0x5618B3) is known color: Purple Heart. HEX triplet: 56, 18 and B3. RGB value is (86,24,179). Sum of RGB (Red+Green+Blue) = 86+24+179=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 179 (70.31% from 255 or 61.94% from 289); Max value from RGB is 179 - color contains mainly: blue. Hex color #5618B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5618B3 is #A9E74C. Grayscale: #3B3B3B. Windows color (decimal): -11134797 or 11737174. OLE color: 11737174.
HSL color Cylindrical-coordinate representation of color #5618B3: hue angle of 264º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5618B3 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 86 | 24 | 179 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.30 |
| HSL | 264º | 0.76% | 0.4% | - |
| HSV(B) | 264º | 0.87% | 0.7% | - |
| XYZ | 12.3 | 5.89 | 43.14 | - |
| YUV | 60.21 | 195.04 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 24 | 179 | 0.52 | 0.87 | 0 | 0.30 | 264 | 0.76 | 0.4 |
| Hex | 56 | 18 | B3 | 34 | 57 | 0 | 1E | 108 | 4C | 28 |
| Octal | 126 | 30 | 263 | 64 | 127 | 0 | 36 | 410 | 114 | 50 |
| Binary | 1010110 | 11000 | 10110011 | 110100 | 1010111 | 0 | 11110 | 100001000 | 1001100 | 101000 |
Color Harmonies of #5618B3
Complementary color
Monochromatic Colors of #5618B3
Black with #5618B3
Text Example
Text Example
White with #5618B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5618B3; }
p { color: rgb(86,24,179); }
H1.HeaderClassName
{
color: #5618B3;
}
.AnyTagClassName
{
color: #5618B3;
}
</style>
background-color css
<style>
a { background-color: #5618B3; }
a { background-color: rgb(86,24,179); }
div.DivClassName
{
background-color: #5618B3;
}
.BgClassName
{
background-color: #5618B3;
}
</style>
border-color css
<style>
span { border-color: #5618B3; }
span { border-color: rgb(86,24,179); }
td.TdClassName
{
border-color: #5618B3;
}
.TagClassName
{
border-color: #5618B3;
}
</style>