Shades of Purple Heart #682CE2
Tints of Purple Heart #682CE2
RGB
CMYK
RGB Variations
Color information
#682CE2 (or 0x682CE2) is known color: Purple Heart. HEX triplet: 68, 2C and E2. RGB value is (104,44,226). Sum of RGB (Red+Green+Blue) = 104+44+226=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 44 (17.58% from 255 or 11.76% from 374); Blue value is 226 (88.67% from 255 or 60.43% from 374); Max value from RGB is 226 - color contains mainly: blue. Hex color #682CE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682CE2 is #97D31D. Grayscale: #525252. Windows color (decimal): -9949982 or 14822504. OLE color: 14822504.
HSL color Cylindrical-coordinate representation of color #682CE2: hue angle of 259.78º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #682CE2 is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 44 | 226 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.11 |
| HSL | 259.78º | 0.76% | 0.53% | - |
| HSV(B) | 259.78º | 0.81% | 0.89% | - |
| XYZ | 20.34 | 10.24 | 72.86 | - |
| YUV | 82.69 | 208.88 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 226 | 0.54 | 0.81 | 0 | 0.11 | 259.78 | 0.76 | 0.53 |
| Hex | 68 | 2C | E2 | 36 | 51 | 0 | B | 104 | 4C | 35 |
| Octal | 150 | 54 | 342 | 66 | 121 | 0 | 13 | 404 | 114 | 65 |
| Binary | 1101000 | 101100 | 11100010 | 110110 | 1010001 | 0 | 1011 | 100000100 | 1001100 | 110101 |
Color Harmonies of #682CE2
Complementary color
Monochromatic Colors of #682CE2
Black with #682CE2
Text Example
Text Example
White with #682CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682CE2; }
p { color: rgb(104,44,226); }
H1.HeaderClassName
{
color: #682CE2;
}
.AnyTagClassName
{
color: #682CE2;
}
</style>
background-color css
<style>
a { background-color: #682CE2; }
a { background-color: rgb(104,44,226); }
div.DivClassName
{
background-color: #682CE2;
}
.BgClassName
{
background-color: #682CE2;
}
</style>
border-color css
<style>
span { border-color: #682CE2; }
span { border-color: rgb(104,44,226); }
td.TdClassName
{
border-color: #682CE2;
}
.TagClassName
{
border-color: #682CE2;
}
</style>