Shades of Purple Heart #682DB9
Tints of Purple Heart #682DB9
RGB
CMYK
RGB Variations
Color information
#682DB9 (or 0x682DB9) is known color: Purple Heart. HEX triplet: 68, 2D and B9. RGB value is (104,45,185). Sum of RGB (Red+Green+Blue) = 104+45+185=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 185 (72.66% from 255 or 55.39% from 334); Max value from RGB is 185 - color contains mainly: blue. Hex color #682DB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682DB9 is #97D246. Grayscale: #4E4E4E. Windows color (decimal): -9949767 or 12135784. OLE color: 12135784.
HSL color Cylindrical-coordinate representation of color #682DB9: hue angle of 265.29º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #682DB9 is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 45 | 185 | - |
| CMYK | 0.44 | 0.76 | 0 | 0.27 |
| HSL | 265.29º | 0.61% | 0.45% | - |
| HSV(B) | 265.29º | 0.76% | 0.73% | - |
| XYZ | 15.4 | 8.32 | 46.69 | - |
| YUV | 78.6 | 188.05 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 185 | 0.44 | 0.76 | 0 | 0.27 | 265.29 | 0.61 | 0.45 |
| Hex | 68 | 2D | B9 | 2C | 4C | 0 | 1B | 109 | 3D | 2D |
| Octal | 150 | 55 | 271 | 54 | 114 | 0 | 33 | 411 | 75 | 55 |
| Binary | 1101000 | 101101 | 10111001 | 101100 | 1001100 | 0 | 11011 | 100001001 | 111101 | 101101 |
Color Harmonies of #682DB9
Complementary color
Monochromatic Colors of #682DB9
Black with #682DB9
Text Example
Text Example
White with #682DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682DB9; }
p { color: rgb(104,45,185); }
H1.HeaderClassName
{
color: #682DB9;
}
.AnyTagClassName
{
color: #682DB9;
}
</style>
background-color css
<style>
a { background-color: #682DB9; }
a { background-color: rgb(104,45,185); }
div.DivClassName
{
background-color: #682DB9;
}
.BgClassName
{
background-color: #682DB9;
}
</style>
border-color css
<style>
span { border-color: #682DB9; }
span { border-color: rgb(104,45,185); }
td.TdClassName
{
border-color: #682DB9;
}
.TagClassName
{
border-color: #682DB9;
}
</style>