Shades of Purple Heart #680BC6
Tints of Purple Heart #680BC6
RGB
CMYK
RGB Variations
Color information
#680BC6 (or 0x680BC6) is known color: Purple Heart. HEX triplet: 68, 0B and C6. RGB value is (104,11,198). Sum of RGB (Red+Green+Blue) = 104+11+198=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 198 (77.73% from 255 or 63.26% from 313); Max value from RGB is 198 - color contains mainly: blue. Hex color #680BC6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680BC6 is #97F439. Grayscale: #3B3B3B. Windows color (decimal): -9958458 or 12979048. OLE color: 12979048.
HSL color Cylindrical-coordinate representation of color #680BC6: hue angle of 269.84º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680BC6 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 11 | 198 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.22 |
| HSL | 269.84º | 0.89% | 0.41% | - |
| HSV(B) | 269.84º | 0.94% | 0.78% | - |
| XYZ | 16.02 | 7.26 | 53.98 | - |
| YUV | 60.13 | 205.81 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 198 | 0.47 | 0.94 | 0 | 0.22 | 269.84 | 0.89 | 0.41 |
| Hex | 68 | B | C6 | 2F | 5E | 0 | 16 | 10E | 59 | 29 |
| Octal | 150 | 13 | 306 | 57 | 136 | 0 | 26 | 416 | 131 | 51 |
| Binary | 1101000 | 1011 | 11000110 | 101111 | 1011110 | 0 | 10110 | 100001110 | 1011001 | 101001 |
Color Harmonies of #680BC6
Complementary color
Monochromatic Colors of #680BC6
Black with #680BC6
Text Example
Text Example
White with #680BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680BC6; }
p { color: rgb(104,11,198); }
H1.HeaderClassName
{
color: #680BC6;
}
.AnyTagClassName
{
color: #680BC6;
}
</style>
background-color css
<style>
a { background-color: #680BC6; }
a { background-color: rgb(104,11,198); }
div.DivClassName
{
background-color: #680BC6;
}
.BgClassName
{
background-color: #680BC6;
}
</style>
border-color css
<style>
span { border-color: #680BC6; }
span { border-color: rgb(104,11,198); }
td.TdClassName
{
border-color: #680BC6;
}
.TagClassName
{
border-color: #680BC6;
}
</style>