Shades of Purple Heart #6715CE
Tints of Purple Heart #6715CE
RGB
CMYK
RGB Variations
Color information
#6715CE (or 0x6715CE) is known color: Purple Heart. HEX triplet: 67, 15 and CE. RGB value is (103,21,206). Sum of RGB (Red+Green+Blue) = 103+21+206=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #6715CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6715CE is #98EA31. Grayscale: #414141. Windows color (decimal): -10021426 or 13505895. OLE color: 13505895.
HSL color Cylindrical-coordinate representation of color #6715CE: hue angle of 266.59º 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 #6715CE is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 21 | 206 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.19 |
| HSL | 266.59º | 0.81% | 0.45% | - |
| HSV(B) | 266.59º | 0.9% | 0.81% | - |
| XYZ | 17 | 7.88 | 59.02 | - |
| YUV | 66.61 | 206.67 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 21 | 206 | 0.50 | 0.90 | 0 | 0.19 | 266.59 | 0.81 | 0.45 |
| Hex | 67 | 15 | CE | 32 | 5A | 0 | 13 | 10B | 51 | 2D |
| Octal | 147 | 25 | 316 | 62 | 132 | 0 | 23 | 413 | 121 | 55 |
| Binary | 1100111 | 10101 | 11001110 | 110010 | 1011010 | 0 | 10011 | 100001011 | 1010001 | 101101 |
Color Harmonies of #6715CE
Complementary color
Monochromatic Colors of #6715CE
Black with #6715CE
Text Example
Text Example
White with #6715CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6715CE; }
p { color: rgb(103,21,206); }
H1.HeaderClassName
{
color: #6715CE;
}
.AnyTagClassName
{
color: #6715CE;
}
</style>
background-color css
<style>
a { background-color: #6715CE; }
a { background-color: rgb(103,21,206); }
div.DivClassName
{
background-color: #6715CE;
}
.BgClassName
{
background-color: #6715CE;
}
</style>
border-color css
<style>
span { border-color: #6715CE; }
span { border-color: rgb(103,21,206); }
td.TdClassName
{
border-color: #6715CE;
}
.TagClassName
{
border-color: #6715CE;
}
</style>