Shades of Purple Heart #680BBD
Tints of Purple Heart #680BBD
RGB
CMYK
RGB Variations
Color information
#680BBD (or 0x680BBD) is known color: Purple Heart. HEX triplet: 68, 0B and BD. RGB value is (104,11,189). Sum of RGB (Red+Green+Blue) = 104+11+189=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #680BBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680BBD is #97F442. Grayscale: #3A3A3A. Windows color (decimal): -9958467 or 12389224. OLE color: 12389224.
HSL color Cylindrical-coordinate representation of color #680BBD: hue angle of 271.35º 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 #680BBD is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 11 | 189 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.26 |
| HSL | 271.35º | 0.89% | 0.39% | - |
| HSV(B) | 271.35º | 0.94% | 0.74% | - |
| XYZ | 15.01 | 6.86 | 48.68 | - |
| YUV | 59.1 | 201.31 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 189 | 0.45 | 0.94 | 0 | 0.26 | 271.35 | 0.89 | 0.39 |
| Hex | 68 | B | BD | 2D | 5E | 0 | 1A | 10F | 59 | 27 |
| Octal | 150 | 13 | 275 | 55 | 136 | 0 | 32 | 417 | 131 | 47 |
| Binary | 1101000 | 1011 | 10111101 | 101101 | 1011110 | 0 | 11010 | 100001111 | 1011001 | 100111 |
Color Harmonies of #680BBD
Complementary color
Monochromatic Colors of #680BBD
Black with #680BBD
Text Example
Text Example
White with #680BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680BBD; }
p { color: rgb(104,11,189); }
H1.HeaderClassName
{
color: #680BBD;
}
.AnyTagClassName
{
color: #680BBD;
}
</style>
background-color css
<style>
a { background-color: #680BBD; }
a { background-color: rgb(104,11,189); }
div.DivClassName
{
background-color: #680BBD;
}
.BgClassName
{
background-color: #680BBD;
}
</style>
border-color css
<style>
span { border-color: #680BBD; }
span { border-color: rgb(104,11,189); }
td.TdClassName
{
border-color: #680BBD;
}
.TagClassName
{
border-color: #680BBD;
}
</style>