Shades of Purple Heart #680DCD
Tints of Purple Heart #680DCD
RGB
CMYK
RGB Variations
Color information
#680DCD (or 0x680DCD) is known color: Purple Heart. HEX triplet: 68, 0D and CD. RGB value is (104,13,205). Sum of RGB (Red+Green+Blue) = 104+13+205=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #680DCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680DCD is #97F232. Grayscale: #3D3D3D. Windows color (decimal): -9957939 or 13438312. OLE color: 13438312.
HSL color Cylindrical-coordinate representation of color #680DCD: hue angle of 268.44º degrees, saturation: 0.88, 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 #680DCD is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 13 | 205 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.20 |
| HSL | 268.44º | 0.88% | 0.43% | - |
| HSV(B) | 268.44º | 0.94% | 0.8% | - |
| XYZ | 16.87 | 7.64 | 58.34 | - |
| YUV | 62.1 | 208.65 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 13 | 205 | 0.49 | 0.94 | 0 | 0.20 | 268.44 | 0.88 | 0.43 |
| Hex | 68 | D | CD | 31 | 5E | 0 | 14 | 10C | 58 | 2B |
| Octal | 150 | 15 | 315 | 61 | 136 | 0 | 24 | 414 | 130 | 53 |
| Binary | 1101000 | 1101 | 11001101 | 110001 | 1011110 | 0 | 10100 | 100001100 | 1011000 | 101011 |
Color Harmonies of #680DCD
Complementary color
Monochromatic Colors of #680DCD
Black with #680DCD
Text Example
Text Example
White with #680DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680DCD; }
p { color: rgb(104,13,205); }
H1.HeaderClassName
{
color: #680DCD;
}
.AnyTagClassName
{
color: #680DCD;
}
</style>
background-color css
<style>
a { background-color: #680DCD; }
a { background-color: rgb(104,13,205); }
div.DivClassName
{
background-color: #680DCD;
}
.BgClassName
{
background-color: #680DCD;
}
</style>
border-color css
<style>
span { border-color: #680DCD; }
span { border-color: rgb(104,13,205); }
td.TdClassName
{
border-color: #680DCD;
}
.TagClassName
{
border-color: #680DCD;
}
</style>