Shades of Purple Heart #680FD7
Tints of Purple Heart #680FD7
RGB
CMYK
RGB Variations
Color information
#680FD7 (or 0x680FD7) is known color: Purple Heart. HEX triplet: 68, 0F and D7. RGB value is (104,15,215). Sum of RGB (Red+Green+Blue) = 104+15+215=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 215 (84.38% from 255 or 64.37% from 334); Max value from RGB is 215 - color contains mainly: blue. Hex color #680FD7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680FD7 is #97F028. Grayscale: #3F3F3F. Windows color (decimal): -9957417 or 14094184. OLE color: 14094184.
HSL color Cylindrical-coordinate representation of color #680FD7: hue angle of 266.7º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680FD7 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 15 | 215 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.16 |
| HSL | 266.7º | 0.87% | 0.45% | - |
| HSV(B) | 266.7º | 0.93% | 0.84% | - |
| XYZ | 18.15 | 8.19 | 64.91 | - |
| YUV | 64.41 | 212.99 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 215 | 0.52 | 0.93 | 0 | 0.16 | 266.7 | 0.87 | 0.45 |
| Hex | 68 | F | D7 | 34 | 5D | 0 | 10 | 10B | 57 | 2D |
| Octal | 150 | 17 | 327 | 64 | 135 | 0 | 20 | 413 | 127 | 55 |
| Binary | 1101000 | 1111 | 11010111 | 110100 | 1011101 | 0 | 10000 | 100001011 | 1010111 | 101101 |
Color Harmonies of #680FD7
Complementary color
Monochromatic Colors of #680FD7
Black with #680FD7
Text Example
Text Example
White with #680FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680FD7; }
p { color: rgb(104,15,215); }
H1.HeaderClassName
{
color: #680FD7;
}
.AnyTagClassName
{
color: #680FD7;
}
</style>
background-color css
<style>
a { background-color: #680FD7; }
a { background-color: rgb(104,15,215); }
div.DivClassName
{
background-color: #680FD7;
}
.BgClassName
{
background-color: #680FD7;
}
</style>
border-color css
<style>
span { border-color: #680FD7; }
span { border-color: rgb(104,15,215); }
td.TdClassName
{
border-color: #680FD7;
}
.TagClassName
{
border-color: #680FD7;
}
</style>