Shades of Purple Heart #5519C2
Tints of Purple Heart #5519C2
RGB
CMYK
RGB Variations
Color information
#5519C2 (or 0x5519C2) is known color: Purple Heart. HEX triplet: 55, 19 and C2. RGB value is (85,25,194). Sum of RGB (Red+Green+Blue) = 85+25+194=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 194 (76.17% from 255 or 63.82% from 304); Max value from RGB is 194 - color contains mainly: blue. Hex color #5519C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5519C2 is #AAE63D. Grayscale: #3D3D3D. Windows color (decimal): -11200062 or 12720469. OLE color: 12720469.
HSL color Cylindrical-coordinate representation of color #5519C2: hue angle of 261.3º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5519C2 is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 25 | 194 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.24 |
| HSL | 261.3º | 0.77% | 0.43% | - |
| HSV(B) | 261.3º | 0.87% | 0.76% | - |
| XYZ | 13.83 | 6.52 | 51.57 | - |
| YUV | 62.21 | 202.38 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 194 | 0.56 | 0.87 | 0 | 0.24 | 261.3 | 0.77 | 0.43 |
| Hex | 55 | 19 | C2 | 38 | 57 | 0 | 18 | 105 | 4D | 2B |
| Octal | 125 | 31 | 302 | 70 | 127 | 0 | 30 | 405 | 115 | 53 |
| Binary | 1010101 | 11001 | 11000010 | 111000 | 1010111 | 0 | 11000 | 100000101 | 1001101 | 101011 |
Color Harmonies of #5519C2
Complementary color
Monochromatic Colors of #5519C2
Black with #5519C2
Text Example
Text Example
White with #5519C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5519C2; }
p { color: rgb(85,25,194); }
H1.HeaderClassName
{
color: #5519C2;
}
.AnyTagClassName
{
color: #5519C2;
}
</style>
background-color css
<style>
a { background-color: #5519C2; }
a { background-color: rgb(85,25,194); }
div.DivClassName
{
background-color: #5519C2;
}
.BgClassName
{
background-color: #5519C2;
}
</style>
border-color css
<style>
span { border-color: #5519C2; }
span { border-color: rgb(85,25,194); }
td.TdClassName
{
border-color: #5519C2;
}
.TagClassName
{
border-color: #5519C2;
}
</style>