Shades of Purple Heart #683DBC
Tints of Purple Heart #683DBC
RGB
CMYK
RGB Variations
Color information
#683DBC (or 0x683DBC) is known color: Purple Heart. HEX triplet: 68, 3D and BC. RGB value is (104,61,188). Sum of RGB (Red+Green+Blue) = 104+61+188=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #683DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683DBC is #97C243. Grayscale: #575757. Windows color (decimal): -9945668 or 12336488. OLE color: 12336488.
HSL color Cylindrical-coordinate representation of color #683DBC: hue angle of 260.31º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #683DBC is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 61 | 188 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.26 |
| HSL | 260.31º | 0.51% | 0.49% | - |
| HSV(B) | 260.31º | 0.68% | 0.74% | - |
| XYZ | 16.45 | 9.91 | 48.62 | - |
| YUV | 88.34 | 184.25 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 188 | 0.45 | 0.68 | 0 | 0.26 | 260.31 | 0.51 | 0.49 |
| Hex | 68 | 3D | BC | 2D | 44 | 0 | 1A | 104 | 33 | 31 |
| Octal | 150 | 75 | 274 | 55 | 104 | 0 | 32 | 404 | 63 | 61 |
| Binary | 1101000 | 111101 | 10111100 | 101101 | 1000100 | 0 | 11010 | 100000100 | 110011 | 110001 |
Color Harmonies of #683DBC
Complementary color
Monochromatic Colors of #683DBC
Black with #683DBC
Text Example
Text Example
White with #683DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683DBC; }
p { color: rgb(104,61,188); }
H1.HeaderClassName
{
color: #683DBC;
}
.AnyTagClassName
{
color: #683DBC;
}
</style>
background-color css
<style>
a { background-color: #683DBC; }
a { background-color: rgb(104,61,188); }
div.DivClassName
{
background-color: #683DBC;
}
.BgClassName
{
background-color: #683DBC;
}
</style>
border-color css
<style>
span { border-color: #683DBC; }
span { border-color: rgb(104,61,188); }
td.TdClassName
{
border-color: #683DBC;
}
.TagClassName
{
border-color: #683DBC;
}
</style>