Shades of Purple Heart #6817CD
Tints of Purple Heart #6817CD
RGB
CMYK
RGB Variations
Color information
#6817CD (or 0x6817CD) is known color: Purple Heart. HEX triplet: 68, 17 and CD. RGB value is (104,23,205). Sum of RGB (Red+Green+Blue) = 104+23+205=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #6817CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6817CD is #97E832. Grayscale: #434343. Windows color (decimal): -9955379 or 13440872. OLE color: 13440872.
HSL color Cylindrical-coordinate representation of color #6817CD: hue angle of 266.7º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6817CD is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 23 | 205 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.20 |
| HSL | 266.7º | 0.8% | 0.45% | - |
| HSV(B) | 266.7º | 0.89% | 0.8% | - |
| XYZ | 17.03 | 7.96 | 58.4 | - |
| YUV | 67.97 | 205.34 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 23 | 205 | 0.49 | 0.89 | 0 | 0.20 | 266.7 | 0.8 | 0.45 |
| Hex | 68 | 17 | CD | 31 | 59 | 0 | 14 | 10B | 50 | 2D |
| Octal | 150 | 27 | 315 | 61 | 131 | 0 | 24 | 413 | 120 | 55 |
| Binary | 1101000 | 10111 | 11001101 | 110001 | 1011001 | 0 | 10100 | 100001011 | 1010000 | 101101 |
Color Harmonies of #6817CD
Complementary color
Monochromatic Colors of #6817CD
Black with #6817CD
Text Example
Text Example
White with #6817CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6817CD; }
p { color: rgb(104,23,205); }
H1.HeaderClassName
{
color: #6817CD;
}
.AnyTagClassName
{
color: #6817CD;
}
</style>
background-color css
<style>
a { background-color: #6817CD; }
a { background-color: rgb(104,23,205); }
div.DivClassName
{
background-color: #6817CD;
}
.BgClassName
{
background-color: #6817CD;
}
</style>
border-color css
<style>
span { border-color: #6817CD; }
span { border-color: rgb(104,23,205); }
td.TdClassName
{
border-color: #6817CD;
}
.TagClassName
{
border-color: #6817CD;
}
</style>