Shades of Purple Heart #683ABA
Tints of Purple Heart #683ABA
RGB
CMYK
RGB Variations
Color information
#683ABA (or 0x683ABA) is known color: Purple Heart. HEX triplet: 68, 3A and BA. RGB value is (104,58,186). Sum of RGB (Red+Green+Blue) = 104+58+186=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #683ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683ABA is #97C545. Grayscale: #555555. Windows color (decimal): -9946438 or 12204648. OLE color: 12204648.
HSL color Cylindrical-coordinate representation of color #683ABA: hue angle of 261.56º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #683ABA is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 58 | 186 | - |
| CMYK | 0.44 | 0.69 | 0 | 0.27 |
| HSL | 261.56º | 0.52% | 0.48% | - |
| HSV(B) | 261.56º | 0.69% | 0.73% | - |
| XYZ | 16.08 | 9.51 | 47.44 | - |
| YUV | 86.35 | 184.24 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 186 | 0.44 | 0.69 | 0 | 0.27 | 261.56 | 0.52 | 0.48 |
| Hex | 68 | 3A | BA | 2C | 45 | 0 | 1B | 106 | 34 | 30 |
| Octal | 150 | 72 | 272 | 54 | 105 | 0 | 33 | 406 | 64 | 60 |
| Binary | 1101000 | 111010 | 10111010 | 101100 | 1000101 | 0 | 11011 | 100000110 | 110100 | 110000 |
Color Harmonies of #683ABA
Complementary color
Monochromatic Colors of #683ABA
Black with #683ABA
Text Example
Text Example
White with #683ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683ABA; }
p { color: rgb(104,58,186); }
H1.HeaderClassName
{
color: #683ABA;
}
.AnyTagClassName
{
color: #683ABA;
}
</style>
background-color css
<style>
a { background-color: #683ABA; }
a { background-color: rgb(104,58,186); }
div.DivClassName
{
background-color: #683ABA;
}
.BgClassName
{
background-color: #683ABA;
}
</style>
border-color css
<style>
span { border-color: #683ABA; }
span { border-color: rgb(104,58,186); }
td.TdClassName
{
border-color: #683ABA;
}
.TagClassName
{
border-color: #683ABA;
}
</style>