Shades of Purple Heart #680FD6
Tints of Purple Heart #680FD6
RGB
CMYK
RGB Variations
Color information
#680FD6 (or 0x680FD6) is known color: Purple Heart. HEX triplet: 68, 0F and D6. RGB value is (104,15,214). Sum of RGB (Red+Green+Blue) = 104+15+214=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 214 (83.98% from 255 or 64.26% from 333); Max value from RGB is 214 - color contains mainly: blue. Hex color #680FD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680FD6 is #97F029. Grayscale: #3F3F3F. Windows color (decimal): -9957418 or 14028648. OLE color: 14028648.
HSL color Cylindrical-coordinate representation of color #680FD6: hue angle of 266.83º 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 #680FD6 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 15 | 214 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.16 |
| HSL | 266.83º | 0.87% | 0.45% | - |
| HSV(B) | 266.83º | 0.93% | 0.84% | - |
| XYZ | 18.02 | 8.14 | 64.24 | - |
| YUV | 64.3 | 212.49 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 214 | 0.51 | 0.93 | 0 | 0.16 | 266.83 | 0.87 | 0.45 |
| Hex | 68 | F | D6 | 33 | 5D | 0 | 10 | 10B | 57 | 2D |
| Octal | 150 | 17 | 326 | 63 | 135 | 0 | 20 | 413 | 127 | 55 |
| Binary | 1101000 | 1111 | 11010110 | 110011 | 1011101 | 0 | 10000 | 100001011 | 1010111 | 101101 |
Color Harmonies of #680FD6
Complementary color
Monochromatic Colors of #680FD6
Black with #680FD6
Text Example
Text Example
White with #680FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680FD6; }
p { color: rgb(104,15,214); }
H1.HeaderClassName
{
color: #680FD6;
}
.AnyTagClassName
{
color: #680FD6;
}
</style>
background-color css
<style>
a { background-color: #680FD6; }
a { background-color: rgb(104,15,214); }
div.DivClassName
{
background-color: #680FD6;
}
.BgClassName
{
background-color: #680FD6;
}
</style>
border-color css
<style>
span { border-color: #680FD6; }
span { border-color: rgb(104,15,214); }
td.TdClassName
{
border-color: #680FD6;
}
.TagClassName
{
border-color: #680FD6;
}
</style>