Shades of Purple Heart #683ABD
Tints of Purple Heart #683ABD
RGB
CMYK
RGB Variations
Color information
#683ABD (or 0x683ABD) is known color: Purple Heart. HEX triplet: 68, 3A and BD. RGB value is (104,58,189). Sum of RGB (Red+Green+Blue) = 104+58+189=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #683ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683ABD is #97C542. Grayscale: #565656. Windows color (decimal): -9946435 or 12401256. OLE color: 12401256.
HSL color Cylindrical-coordinate representation of color #683ABD: hue angle of 261.07º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #683ABD is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 58 | 189 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.26 |
| HSL | 261.07º | 0.53% | 0.48% | - |
| HSV(B) | 261.07º | 0.69% | 0.74% | - |
| XYZ | 16.41 | 9.64 | 49.14 | - |
| YUV | 86.69 | 185.74 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 189 | 0.45 | 0.69 | 0 | 0.26 | 261.07 | 0.53 | 0.48 |
| Hex | 68 | 3A | BD | 2D | 45 | 0 | 1A | 105 | 35 | 30 |
| Octal | 150 | 72 | 275 | 55 | 105 | 0 | 32 | 405 | 65 | 60 |
| Binary | 1101000 | 111010 | 10111101 | 101101 | 1000101 | 0 | 11010 | 100000101 | 110101 | 110000 |
Color Harmonies of #683ABD
Complementary color
Monochromatic Colors of #683ABD
Black with #683ABD
Text Example
Text Example
White with #683ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683ABD; }
p { color: rgb(104,58,189); }
H1.HeaderClassName
{
color: #683ABD;
}
.AnyTagClassName
{
color: #683ABD;
}
</style>
background-color css
<style>
a { background-color: #683ABD; }
a { background-color: rgb(104,58,189); }
div.DivClassName
{
background-color: #683ABD;
}
.BgClassName
{
background-color: #683ABD;
}
</style>
border-color css
<style>
span { border-color: #683ABD; }
span { border-color: rgb(104,58,189); }
td.TdClassName
{
border-color: #683ABD;
}
.TagClassName
{
border-color: #683ABD;
}
</style>