Shades of Purple Heart #6715CD
Tints of Purple Heart #6715CD
RGB
CMYK
RGB Variations
Color information
#6715CD (or 0x6715CD) is known color: Purple Heart. HEX triplet: 67, 15 and CD. RGB value is (103,21,205). Sum of RGB (Red+Green+Blue) = 103+21+205=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 205 (80.47% from 255 or 62.31% from 329); Max value from RGB is 205 - color contains mainly: blue. Hex color #6715CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6715CD is #98EA32. Grayscale: #414141. Windows color (decimal): -10021427 or 13440359. OLE color: 13440359.
HSL color Cylindrical-coordinate representation of color #6715CD: hue angle of 266.74º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6715CD is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 21 | 205 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.20 |
| HSL | 266.74º | 0.81% | 0.44% | - |
| HSV(B) | 266.74º | 0.9% | 0.8% | - |
| XYZ | 16.88 | 7.83 | 58.38 | - |
| YUV | 66.49 | 206.17 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 21 | 205 | 0.50 | 0.90 | 0 | 0.20 | 266.74 | 0.81 | 0.44 |
| Hex | 67 | 15 | CD | 32 | 5A | 0 | 14 | 10B | 51 | 2C |
| Octal | 147 | 25 | 315 | 62 | 132 | 0 | 24 | 413 | 121 | 54 |
| Binary | 1100111 | 10101 | 11001101 | 110010 | 1011010 | 0 | 10100 | 100001011 | 1010001 | 101100 |
Color Harmonies of #6715CD
Complementary color
Monochromatic Colors of #6715CD
Black with #6715CD
Text Example
Text Example
White with #6715CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6715CD; }
p { color: rgb(103,21,205); }
H1.HeaderClassName
{
color: #6715CD;
}
.AnyTagClassName
{
color: #6715CD;
}
</style>
background-color css
<style>
a { background-color: #6715CD; }
a { background-color: rgb(103,21,205); }
div.DivClassName
{
background-color: #6715CD;
}
.BgClassName
{
background-color: #6715CD;
}
</style>
border-color css
<style>
span { border-color: #6715CD; }
span { border-color: rgb(103,21,205); }
td.TdClassName
{
border-color: #6715CD;
}
.TagClassName
{
border-color: #6715CD;
}
</style>