Shades of Purple Heart #682ADF
Tints of Purple Heart #682ADF
RGB
CMYK
RGB Variations
Color information
#682ADF (or 0x682ADF) is known color: Purple Heart. HEX triplet: 68, 2A and DF. RGB value is (104,42,223). Sum of RGB (Red+Green+Blue) = 104+42+223=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #682ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682ADF is #97D520. Grayscale: #505050. Windows color (decimal): -9950497 or 14625384. OLE color: 14625384.
HSL color Cylindrical-coordinate representation of color #682ADF: hue angle of 260.55º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #682ADF is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 42 | 223 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.13 |
| HSL | 260.55º | 0.74% | 0.52% | - |
| HSV(B) | 260.55º | 0.81% | 0.87% | - |
| XYZ | 19.86 | 9.93 | 70.68 | - |
| YUV | 81.17 | 208.04 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 42 | 223 | 0.53 | 0.81 | 0 | 0.13 | 260.55 | 0.74 | 0.52 |
| Hex | 68 | 2A | DF | 35 | 51 | 0 | D | 105 | 4A | 34 |
| Octal | 150 | 52 | 337 | 65 | 121 | 0 | 15 | 405 | 112 | 64 |
| Binary | 1101000 | 101010 | 11011111 | 110101 | 1010001 | 0 | 1101 | 100000101 | 1001010 | 110100 |
Color Harmonies of #682ADF
Complementary color
Monochromatic Colors of #682ADF
Black with #682ADF
Text Example
Text Example
White with #682ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682ADF; }
p { color: rgb(104,42,223); }
H1.HeaderClassName
{
color: #682ADF;
}
.AnyTagClassName
{
color: #682ADF;
}
</style>
background-color css
<style>
a { background-color: #682ADF; }
a { background-color: rgb(104,42,223); }
div.DivClassName
{
background-color: #682ADF;
}
.BgClassName
{
background-color: #682ADF;
}
</style>
border-color css
<style>
span { border-color: #682ADF; }
span { border-color: rgb(104,42,223); }
td.TdClassName
{
border-color: #682ADF;
}
.TagClassName
{
border-color: #682ADF;
}
</style>