Shades of Purple Heart #6515CE
Tints of Purple Heart #6515CE
RGB
CMYK
RGB Variations
Color information
#6515CE (or 0x6515CE) is known color: Purple Heart. HEX triplet: 65, 15 and CE. RGB value is (101,21,206). Sum of RGB (Red+Green+Blue) = 101+21+206=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #6515CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6515CE is #9AEA31. Grayscale: #414141. Windows color (decimal): -10152498 or 13505893. OLE color: 13505893.
HSL color Cylindrical-coordinate representation of color #6515CE: hue angle of 265.95º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6515CE is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 21 | 206 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.19 |
| HSL | 265.95º | 0.81% | 0.45% | - |
| HSV(B) | 265.95º | 0.9% | 0.81% | - |
| XYZ | 16.78 | 7.76 | 59.01 | - |
| YUV | 66.01 | 207 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 21 | 206 | 0.51 | 0.90 | 0 | 0.19 | 265.95 | 0.81 | 0.45 |
| Hex | 65 | 15 | CE | 33 | 5A | 0 | 13 | 10A | 51 | 2D |
| Octal | 145 | 25 | 316 | 63 | 132 | 0 | 23 | 412 | 121 | 55 |
| Binary | 1100101 | 10101 | 11001110 | 110011 | 1011010 | 0 | 10011 | 100001010 | 1010001 | 101101 |
Color Harmonies of #6515CE
Complementary color
Monochromatic Colors of #6515CE
Black with #6515CE
Text Example
Text Example
White with #6515CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6515CE; }
p { color: rgb(101,21,206); }
H1.HeaderClassName
{
color: #6515CE;
}
.AnyTagClassName
{
color: #6515CE;
}
</style>
background-color css
<style>
a { background-color: #6515CE; }
a { background-color: rgb(101,21,206); }
div.DivClassName
{
background-color: #6515CE;
}
.BgClassName
{
background-color: #6515CE;
}
</style>
border-color css
<style>
span { border-color: #6515CE; }
span { border-color: rgb(101,21,206); }
td.TdClassName
{
border-color: #6515CE;
}
.TagClassName
{
border-color: #6515CE;
}
</style>