Shades of Purple Heart #680DBD
Tints of Purple Heart #680DBD
RGB
CMYK
RGB Variations
Color information
#680DBD (or 0x680DBD) is known color: Purple Heart. HEX triplet: 68, 0D and BD. RGB value is (104,13,189). Sum of RGB (Red+Green+Blue) = 104+13+189=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 189 (74.22% from 255 or 61.76% from 306); Max value from RGB is 189 - color contains mainly: blue. Hex color #680DBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680DBD is #97F242. Grayscale: #3B3B3B. Windows color (decimal): -9957955 or 12389736. OLE color: 12389736.
HSL color Cylindrical-coordinate representation of color #680DBD: hue angle of 271.02º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680DBD is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 13 | 189 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.26 |
| HSL | 271.02º | 0.87% | 0.4% | - |
| HSV(B) | 271.02º | 0.93% | 0.74% | - |
| XYZ | 15.04 | 6.91 | 48.68 | - |
| YUV | 60.27 | 200.65 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 13 | 189 | 0.45 | 0.93 | 0 | 0.26 | 271.02 | 0.87 | 0.4 |
| Hex | 68 | D | BD | 2D | 5D | 0 | 1A | 10F | 57 | 28 |
| Octal | 150 | 15 | 275 | 55 | 135 | 0 | 32 | 417 | 127 | 50 |
| Binary | 1101000 | 1101 | 10111101 | 101101 | 1011101 | 0 | 11010 | 100001111 | 1010111 | 101000 |
Color Harmonies of #680DBD
Complementary color
Monochromatic Colors of #680DBD
Black with #680DBD
Text Example
Text Example
White with #680DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680DBD; }
p { color: rgb(104,13,189); }
H1.HeaderClassName
{
color: #680DBD;
}
.AnyTagClassName
{
color: #680DBD;
}
</style>
background-color css
<style>
a { background-color: #680DBD; }
a { background-color: rgb(104,13,189); }
div.DivClassName
{
background-color: #680DBD;
}
.BgClassName
{
background-color: #680DBD;
}
</style>
border-color css
<style>
span { border-color: #680DBD; }
span { border-color: rgb(104,13,189); }
td.TdClassName
{
border-color: #680DBD;
}
.TagClassName
{
border-color: #680DBD;
}
</style>