Shades of Purple Heart #682EE0
Tints of Purple Heart #682EE0
RGB
CMYK
RGB Variations
Color information
#682EE0 (or 0x682EE0) is known color: Purple Heart. HEX triplet: 68, 2E and E0. RGB value is (104,46,224). Sum of RGB (Red+Green+Blue) = 104+46+224=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 224 (87.89% from 255 or 59.89% from 374); Max value from RGB is 224 - color contains mainly: blue. Hex color #682EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682EE0 is #97D11F. Grayscale: #525252. Windows color (decimal): -9949472 or 14691944. OLE color: 14691944.
HSL color Cylindrical-coordinate representation of color #682EE0: hue angle of 259.55º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #682EE0 is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 46 | 224 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.12 |
| HSL | 259.55º | 0.74% | 0.53% | - |
| HSV(B) | 259.55º | 0.79% | 0.88% | - |
| XYZ | 20.14 | 10.28 | 71.44 | - |
| YUV | 83.63 | 207.22 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 224 | 0.54 | 0.79 | 0 | 0.12 | 259.55 | 0.74 | 0.53 |
| Hex | 68 | 2E | E0 | 36 | 4F | 0 | C | 104 | 4A | 35 |
| Octal | 150 | 56 | 340 | 66 | 117 | 0 | 14 | 404 | 112 | 65 |
| Binary | 1101000 | 101110 | 11100000 | 110110 | 1001111 | 0 | 1100 | 100000100 | 1001010 | 110101 |
Color Harmonies of #682EE0
Complementary color
Monochromatic Colors of #682EE0
Black with #682EE0
Text Example
Text Example
White with #682EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682EE0; }
p { color: rgb(104,46,224); }
H1.HeaderClassName
{
color: #682EE0;
}
.AnyTagClassName
{
color: #682EE0;
}
</style>
background-color css
<style>
a { background-color: #682EE0; }
a { background-color: rgb(104,46,224); }
div.DivClassName
{
background-color: #682EE0;
}
.BgClassName
{
background-color: #682EE0;
}
</style>
border-color css
<style>
span { border-color: #682EE0; }
span { border-color: rgb(104,46,224); }
td.TdClassName
{
border-color: #682EE0;
}
.TagClassName
{
border-color: #682EE0;
}
</style>