Shades of Purple Heart #680BBC
Tints of Purple Heart #680BBC
RGB
CMYK
RGB Variations
Color information
#680BBC (or 0x680BBC) is known color: Purple Heart. HEX triplet: 68, 0B and BC. RGB value is (104,11,188). Sum of RGB (Red+Green+Blue) = 104+11+188=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #680BBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680BBC is #97F443. Grayscale: #3A3A3A. Windows color (decimal): -9958468 or 12323688. OLE color: 12323688.
HSL color Cylindrical-coordinate representation of color #680BBC: hue angle of 271.53º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680BBC is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 11 | 188 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.26 |
| HSL | 271.53º | 0.89% | 0.39% | - |
| HSV(B) | 271.53º | 0.94% | 0.74% | - |
| XYZ | 14.91 | 6.81 | 48.11 | - |
| YUV | 58.99 | 200.81 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 188 | 0.45 | 0.94 | 0 | 0.26 | 271.53 | 0.89 | 0.39 |
| Hex | 68 | B | BC | 2D | 5E | 0 | 1A | 110 | 59 | 27 |
| Octal | 150 | 13 | 274 | 55 | 136 | 0 | 32 | 420 | 131 | 47 |
| Binary | 1101000 | 1011 | 10111100 | 101101 | 1011110 | 0 | 11010 | 100010000 | 1011001 | 100111 |
Color Harmonies of #680BBC
Complementary color
Monochromatic Colors of #680BBC
Black with #680BBC
Text Example
Text Example
White with #680BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680BBC; }
p { color: rgb(104,11,188); }
H1.HeaderClassName
{
color: #680BBC;
}
.AnyTagClassName
{
color: #680BBC;
}
</style>
background-color css
<style>
a { background-color: #680BBC; }
a { background-color: rgb(104,11,188); }
div.DivClassName
{
background-color: #680BBC;
}
.BgClassName
{
background-color: #680BBC;
}
</style>
border-color css
<style>
span { border-color: #680BBC; }
span { border-color: rgb(104,11,188); }
td.TdClassName
{
border-color: #680BBC;
}
.TagClassName
{
border-color: #680BBC;
}
</style>