Shades of Purple Heart #682EDD
Tints of Purple Heart #682EDD
RGB
CMYK
RGB Variations
Color information
#682EDD (or 0x682EDD) is known color: Purple Heart. HEX triplet: 68, 2E and DD. RGB value is (104,46,221). Sum of RGB (Red+Green+Blue) = 104+46+221=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #682EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682EDD is #97D122. Grayscale: #525252. Windows color (decimal): -9949475 or 14495336. OLE color: 14495336.
HSL color Cylindrical-coordinate representation of color #682EDD: hue angle of 259.89º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #682EDD is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 46 | 221 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.13 |
| HSL | 259.89º | 0.72% | 0.52% | - |
| HSV(B) | 259.89º | 0.79% | 0.87% | - |
| XYZ | 19.74 | 10.12 | 69.32 | - |
| YUV | 83.29 | 205.72 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 221 | 0.53 | 0.79 | 0 | 0.13 | 259.89 | 0.72 | 0.52 |
| Hex | 68 | 2E | DD | 35 | 4F | 0 | D | 104 | 48 | 34 |
| Octal | 150 | 56 | 335 | 65 | 117 | 0 | 15 | 404 | 110 | 64 |
| Binary | 1101000 | 101110 | 11011101 | 110101 | 1001111 | 0 | 1101 | 100000100 | 1001000 | 110100 |
Color Harmonies of #682EDD
Complementary color
Monochromatic Colors of #682EDD
Black with #682EDD
Text Example
Text Example
White with #682EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682EDD; }
p { color: rgb(104,46,221); }
H1.HeaderClassName
{
color: #682EDD;
}
.AnyTagClassName
{
color: #682EDD;
}
</style>
background-color css
<style>
a { background-color: #682EDD; }
a { background-color: rgb(104,46,221); }
div.DivClassName
{
background-color: #682EDD;
}
.BgClassName
{
background-color: #682EDD;
}
</style>
border-color css
<style>
span { border-color: #682EDD; }
span { border-color: rgb(104,46,221); }
td.TdClassName
{
border-color: #682EDD;
}
.TagClassName
{
border-color: #682EDD;
}
</style>