Shades of Purple Heart #680DCC
Tints of Purple Heart #680DCC
RGB
CMYK
RGB Variations
Color information
#680DCC (or 0x680DCC) is known color: Purple Heart. HEX triplet: 68, 0D and CC. RGB value is (104,13,204). Sum of RGB (Red+Green+Blue) = 104+13+204=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #680DCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680DCC is #97F233. Grayscale: #3D3D3D. Windows color (decimal): -9957940 or 13372776. OLE color: 13372776.
HSL color Cylindrical-coordinate representation of color #680DCC: hue angle of 268.59º 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 #680DCC is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 13 | 204 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.2 |
| HSL | 268.59º | 0.88% | 0.43% | - |
| HSV(B) | 268.59º | 0.94% | 0.8% | - |
| XYZ | 16.75 | 7.59 | 57.71 | - |
| YUV | 61.98 | 208.15 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 13 | 204 | 0.49 | 0.94 | 0 | 0.2 | 268.59 | 0.88 | 0.43 |
| Hex | 68 | D | CC | 31 | 5E | 0 | 14 | 10D | 58 | 2B |
| Octal | 150 | 15 | 314 | 61 | 136 | 0 | 24 | 415 | 130 | 53 |
| Binary | 1101000 | 1101 | 11001100 | 110001 | 1011110 | 0 | 10100 | 100001101 | 1011000 | 101011 |
Color Harmonies of #680DCC
Complementary color
Monochromatic Colors of #680DCC
Black with #680DCC
Text Example
Text Example
White with #680DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680DCC; }
p { color: rgb(104,13,204); }
H1.HeaderClassName
{
color: #680DCC;
}
.AnyTagClassName
{
color: #680DCC;
}
</style>
background-color css
<style>
a { background-color: #680DCC; }
a { background-color: rgb(104,13,204); }
div.DivClassName
{
background-color: #680DCC;
}
.BgClassName
{
background-color: #680DCC;
}
</style>
border-color css
<style>
span { border-color: #680DCC; }
span { border-color: rgb(104,13,204); }
td.TdClassName
{
border-color: #680DCC;
}
.TagClassName
{
border-color: #680DCC;
}
</style>