Shades of Purple Heart #680CBD
Tints of Purple Heart #680CBD
RGB
CMYK
RGB Variations
Color information
#680CBD (or 0x680CBD) is known color: Purple Heart. HEX triplet: 68, 0C and BD. RGB value is (104,12,189). Sum of RGB (Red+Green+Blue) = 104+12+189=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #680CBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680CBD is #97F342. Grayscale: #3B3B3B. Windows color (decimal): -9958211 or 12389480. OLE color: 12389480.
HSL color Cylindrical-coordinate representation of color #680CBD: hue angle of 271.19º degrees, saturation: 0.88, 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 #680CBD is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 12 | 189 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.26 |
| HSL | 271.19º | 0.88% | 0.39% | - |
| HSV(B) | 271.19º | 0.94% | 0.74% | - |
| XYZ | 15.03 | 6.88 | 48.68 | - |
| YUV | 59.69 | 200.98 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 189 | 0.45 | 0.94 | 0 | 0.26 | 271.19 | 0.88 | 0.39 |
| Hex | 68 | C | BD | 2D | 5E | 0 | 1A | 10F | 58 | 27 |
| Octal | 150 | 14 | 275 | 55 | 136 | 0 | 32 | 417 | 130 | 47 |
| Binary | 1101000 | 1100 | 10111101 | 101101 | 1011110 | 0 | 11010 | 100001111 | 1011000 | 100111 |
Color Harmonies of #680CBD
Complementary color
Monochromatic Colors of #680CBD
Black with #680CBD
Text Example
Text Example
White with #680CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680CBD; }
p { color: rgb(104,12,189); }
H1.HeaderClassName
{
color: #680CBD;
}
.AnyTagClassName
{
color: #680CBD;
}
</style>
background-color css
<style>
a { background-color: #680CBD; }
a { background-color: rgb(104,12,189); }
div.DivClassName
{
background-color: #680CBD;
}
.BgClassName
{
background-color: #680CBD;
}
</style>
border-color css
<style>
span { border-color: #680CBD; }
span { border-color: rgb(104,12,189); }
td.TdClassName
{
border-color: #680CBD;
}
.TagClassName
{
border-color: #680CBD;
}
</style>