Shades of Purple Heart #682DDF
Tints of Purple Heart #682DDF
RGB
CMYK
RGB Variations
Color information
#682DDF (or 0x682DDF) is known color: Purple Heart. HEX triplet: 68, 2D and DF. RGB value is (104,45,223). Sum of RGB (Red+Green+Blue) = 104+45+223=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #682DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682DDF is #97D220. Grayscale: #525252. Windows color (decimal): -9949729 or 14626152. OLE color: 14626152.
HSL color Cylindrical-coordinate representation of color #682DDF: hue angle of 259.89º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #682DDF is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 45 | 223 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.13 |
| HSL | 259.89º | 0.74% | 0.53% | - |
| HSV(B) | 259.89º | 0.8% | 0.87% | - |
| XYZ | 19.97 | 10.15 | 70.72 | - |
| YUV | 82.93 | 207.05 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 223 | 0.53 | 0.80 | 0 | 0.13 | 259.89 | 0.74 | 0.53 |
| Hex | 68 | 2D | DF | 35 | 50 | 0 | D | 104 | 4A | 35 |
| Octal | 150 | 55 | 337 | 65 | 120 | 0 | 15 | 404 | 112 | 65 |
| Binary | 1101000 | 101101 | 11011111 | 110101 | 1010000 | 0 | 1101 | 100000100 | 1001010 | 110101 |
Color Harmonies of #682DDF
Complementary color
Monochromatic Colors of #682DDF
Black with #682DDF
Text Example
Text Example
White with #682DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682DDF; }
p { color: rgb(104,45,223); }
H1.HeaderClassName
{
color: #682DDF;
}
.AnyTagClassName
{
color: #682DDF;
}
</style>
background-color css
<style>
a { background-color: #682DDF; }
a { background-color: rgb(104,45,223); }
div.DivClassName
{
background-color: #682DDF;
}
.BgClassName
{
background-color: #682DDF;
}
</style>
border-color css
<style>
span { border-color: #682DDF; }
span { border-color: rgb(104,45,223); }
td.TdClassName
{
border-color: #682DDF;
}
.TagClassName
{
border-color: #682DDF;
}
</style>