Shades of Purple Heart #680CCD
Tints of Purple Heart #680CCD
RGB
CMYK
RGB Variations
Color information
#680CCD (or 0x680CCD) is known color: Purple Heart. HEX triplet: 68, 0C and CD. RGB value is (104,12,205). Sum of RGB (Red+Green+Blue) = 104+12+205=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #680CCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680CCD is #97F332. Grayscale: #3C3C3C. Windows color (decimal): -9958195 or 13438056. OLE color: 13438056.
HSL color Cylindrical-coordinate representation of color #680CCD: hue angle of 268.6º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680CCD is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 12 | 205 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.20 |
| HSL | 268.6º | 0.89% | 0.43% | - |
| HSV(B) | 268.6º | 0.94% | 0.8% | - |
| XYZ | 16.86 | 7.61 | 58.34 | - |
| YUV | 61.51 | 208.98 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 205 | 0.49 | 0.94 | 0 | 0.20 | 268.6 | 0.89 | 0.43 |
| Hex | 68 | C | CD | 31 | 5E | 0 | 14 | 10D | 59 | 2B |
| Octal | 150 | 14 | 315 | 61 | 136 | 0 | 24 | 415 | 131 | 53 |
| Binary | 1101000 | 1100 | 11001101 | 110001 | 1011110 | 0 | 10100 | 100001101 | 1011001 | 101011 |
Color Harmonies of #680CCD
Complementary color
Monochromatic Colors of #680CCD
Black with #680CCD
Text Example
Text Example
White with #680CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680CCD; }
p { color: rgb(104,12,205); }
H1.HeaderClassName
{
color: #680CCD;
}
.AnyTagClassName
{
color: #680CCD;
}
</style>
background-color css
<style>
a { background-color: #680CCD; }
a { background-color: rgb(104,12,205); }
div.DivClassName
{
background-color: #680CCD;
}
.BgClassName
{
background-color: #680CCD;
}
</style>
border-color css
<style>
span { border-color: #680CCD; }
span { border-color: rgb(104,12,205); }
td.TdClassName
{
border-color: #680CCD;
}
.TagClassName
{
border-color: #680CCD;
}
</style>