Shades of Purple Heart #680BBE
Tints of Purple Heart #680BBE
RGB
CMYK
RGB Variations
Color information
#680BBE (or 0x680BBE) is known color: Purple Heart. HEX triplet: 68, 0B and BE. RGB value is (104,11,190). Sum of RGB (Red+Green+Blue) = 104+11+190=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #680BBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680BBE is #97F441. Grayscale: #3A3A3A. Windows color (decimal): -9958466 or 12454760. OLE color: 12454760.
HSL color Cylindrical-coordinate representation of color #680BBE: hue angle of 271.17º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680BBE is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 11 | 190 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.25 |
| HSL | 271.17º | 0.89% | 0.39% | - |
| HSV(B) | 271.17º | 0.94% | 0.75% | - |
| XYZ | 15.12 | 6.9 | 49.25 | - |
| YUV | 59.21 | 201.81 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 190 | 0.45 | 0.94 | 0 | 0.25 | 271.17 | 0.89 | 0.39 |
| Hex | 68 | B | BE | 2D | 5E | 0 | 19 | 10F | 59 | 27 |
| Octal | 150 | 13 | 276 | 55 | 136 | 0 | 31 | 417 | 131 | 47 |
| Binary | 1101000 | 1011 | 10111110 | 101101 | 1011110 | 0 | 11001 | 100001111 | 1011001 | 100111 |
Color Harmonies of #680BBE
Complementary color
Monochromatic Colors of #680BBE
Black with #680BBE
Text Example
Text Example
White with #680BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680BBE; }
p { color: rgb(104,11,190); }
H1.HeaderClassName
{
color: #680BBE;
}
.AnyTagClassName
{
color: #680BBE;
}
</style>
background-color css
<style>
a { background-color: #680BBE; }
a { background-color: rgb(104,11,190); }
div.DivClassName
{
background-color: #680BBE;
}
.BgClassName
{
background-color: #680BBE;
}
</style>
border-color css
<style>
span { border-color: #680BBE; }
span { border-color: rgb(104,11,190); }
td.TdClassName
{
border-color: #680BBE;
}
.TagClassName
{
border-color: #680BBE;
}
</style>