Shades of Purple Heart #683CCF
Tints of Purple Heart #683CCF
RGB
CMYK
RGB Variations
Color information
#683CCF (or 0x683CCF) is known color: Purple Heart. HEX triplet: 68, 3C and CF. RGB value is (104,60,207). Sum of RGB (Red+Green+Blue) = 104+60+207=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #683CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683CCF is #97C330. Grayscale: #595959. Windows color (decimal): -9945905 or 13581416. OLE color: 13581416.
HSL color Cylindrical-coordinate representation of color #683CCF: hue angle of 257.96º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #683CCF is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 60 | 207 | - |
| CMYK | 0.50 | 0.71 | 0 | 0.19 |
| HSL | 257.96º | 0.6% | 0.52% | - |
| HSV(B) | 257.96º | 0.71% | 0.81% | - |
| XYZ | 18.59 | 10.68 | 60.11 | - |
| YUV | 89.91 | 194.08 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 207 | 0.50 | 0.71 | 0 | 0.19 | 257.96 | 0.6 | 0.52 |
| Hex | 68 | 3C | CF | 32 | 47 | 0 | 13 | 102 | 3C | 34 |
| Octal | 150 | 74 | 317 | 62 | 107 | 0 | 23 | 402 | 74 | 64 |
| Binary | 1101000 | 111100 | 11001111 | 110010 | 1000111 | 0 | 10011 | 100000010 | 111100 | 110100 |
Color Harmonies of #683CCF
Complementary color
Monochromatic Colors of #683CCF
Black with #683CCF
Text Example
Text Example
White with #683CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683CCF; }
p { color: rgb(104,60,207); }
H1.HeaderClassName
{
color: #683CCF;
}
.AnyTagClassName
{
color: #683CCF;
}
</style>
background-color css
<style>
a { background-color: #683CCF; }
a { background-color: rgb(104,60,207); }
div.DivClassName
{
background-color: #683CCF;
}
.BgClassName
{
background-color: #683CCF;
}
</style>
border-color css
<style>
span { border-color: #683CCF; }
span { border-color: rgb(104,60,207); }
td.TdClassName
{
border-color: #683CCF;
}
.TagClassName
{
border-color: #683CCF;
}
</style>