Shades of Purple Heart #6519CE
Tints of Purple Heart #6519CE
RGB
CMYK
RGB Variations
Color information
#6519CE (or 0x6519CE) is known color: Purple Heart. HEX triplet: 65, 19 and CE. RGB value is (101,25,206). Sum of RGB (Red+Green+Blue) = 101+25+206=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #6519CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6519CE is #9AE631. Grayscale: #434343. Windows color (decimal): -10151474 or 13506917. OLE color: 13506917.
HSL color Cylindrical-coordinate representation of color #6519CE: hue angle of 265.19º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6519CE is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 25 | 206 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.19 |
| HSL | 265.19º | 0.78% | 0.45% | - |
| HSV(B) | 265.19º | 0.88% | 0.81% | - |
| XYZ | 16.86 | 7.92 | 59.03 | - |
| YUV | 68.36 | 205.68 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 25 | 206 | 0.51 | 0.88 | 0 | 0.19 | 265.19 | 0.78 | 0.45 |
| Hex | 65 | 19 | CE | 33 | 58 | 0 | 13 | 109 | 4E | 2D |
| Octal | 145 | 31 | 316 | 63 | 130 | 0 | 23 | 411 | 116 | 55 |
| Binary | 1100101 | 11001 | 11001110 | 110011 | 1011000 | 0 | 10011 | 100001001 | 1001110 | 101101 |
Color Harmonies of #6519CE
Complementary color
Monochromatic Colors of #6519CE
Black with #6519CE
Text Example
Text Example
White with #6519CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6519CE; }
p { color: rgb(101,25,206); }
H1.HeaderClassName
{
color: #6519CE;
}
.AnyTagClassName
{
color: #6519CE;
}
</style>
background-color css
<style>
a { background-color: #6519CE; }
a { background-color: rgb(101,25,206); }
div.DivClassName
{
background-color: #6519CE;
}
.BgClassName
{
background-color: #6519CE;
}
</style>
border-color css
<style>
span { border-color: #6519CE; }
span { border-color: rgb(101,25,206); }
td.TdClassName
{
border-color: #6519CE;
}
.TagClassName
{
border-color: #6519CE;
}
</style>