Shades of Purple Heart #683BBB
Tints of Purple Heart #683BBB
RGB
CMYK
RGB Variations
Color information
#683BBB (or 0x683BBB) is known color: Purple Heart. HEX triplet: 68, 3B and BB. RGB value is (104,59,187). Sum of RGB (Red+Green+Blue) = 104+59+187=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #683BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683BBB is #97C444. Grayscale: #565656. Windows color (decimal): -9946181 or 12270440. OLE color: 12270440.
HSL color Cylindrical-coordinate representation of color #683BBB: hue angle of 261.09º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #683BBB is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 59 | 187 | - |
| CMYK | 0.44 | 0.68 | 0 | 0.27 |
| HSL | 261.09º | 0.52% | 0.48% | - |
| HSV(B) | 261.09º | 0.68% | 0.73% | - |
| XYZ | 16.24 | 9.66 | 48.02 | - |
| YUV | 87.05 | 184.41 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 59 | 187 | 0.44 | 0.68 | 0 | 0.27 | 261.09 | 0.52 | 0.48 |
| Hex | 68 | 3B | BB | 2C | 44 | 0 | 1B | 105 | 34 | 30 |
| Octal | 150 | 73 | 273 | 54 | 104 | 0 | 33 | 405 | 64 | 60 |
| Binary | 1101000 | 111011 | 10111011 | 101100 | 1000100 | 0 | 11011 | 100000101 | 110100 | 110000 |
Color Harmonies of #683BBB
Complementary color
Monochromatic Colors of #683BBB
Black with #683BBB
Text Example
Text Example
White with #683BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683BBB; }
p { color: rgb(104,59,187); }
H1.HeaderClassName
{
color: #683BBB;
}
.AnyTagClassName
{
color: #683BBB;
}
</style>
background-color css
<style>
a { background-color: #683BBB; }
a { background-color: rgb(104,59,187); }
div.DivClassName
{
background-color: #683BBB;
}
.BgClassName
{
background-color: #683BBB;
}
</style>
border-color css
<style>
span { border-color: #683BBB; }
span { border-color: rgb(104,59,187); }
td.TdClassName
{
border-color: #683BBB;
}
.TagClassName
{
border-color: #683BBB;
}
</style>