Shades of Purple Heart #683BDF
Tints of Purple Heart #683BDF
RGB
CMYK
RGB Variations
Color information
#683BDF (or 0x683BDF) is known color: Purple Heart. HEX triplet: 68, 3B and DF. RGB value is (104,59,223). Sum of RGB (Red+Green+Blue) = 104+59+223=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #683BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683BDF is #97C420. Grayscale: #5A5A5A. Windows color (decimal): -9946145 or 14629736. OLE color: 14629736.
HSL color Cylindrical-coordinate representation of color #683BDF: hue angle of 256.46º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #683BDF is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 59 | 223 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.13 |
| HSL | 256.46º | 0.72% | 0.55% | - |
| HSV(B) | 256.46º | 0.74% | 0.87% | - |
| XYZ | 20.59 | 11.4 | 70.93 | - |
| YUV | 91.15 | 202.41 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 59 | 223 | 0.53 | 0.74 | 0 | 0.13 | 256.46 | 0.72 | 0.55 |
| Hex | 68 | 3B | DF | 35 | 4A | 0 | D | 100 | 48 | 37 |
| Octal | 150 | 73 | 337 | 65 | 112 | 0 | 15 | 400 | 110 | 67 |
| Binary | 1101000 | 111011 | 11011111 | 110101 | 1001010 | 0 | 1101 | 100000000 | 1001000 | 110111 |
Color Harmonies of #683BDF
Complementary color
Monochromatic Colors of #683BDF
Black with #683BDF
Text Example
Text Example
White with #683BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683BDF; }
p { color: rgb(104,59,223); }
H1.HeaderClassName
{
color: #683BDF;
}
.AnyTagClassName
{
color: #683BDF;
}
</style>
background-color css
<style>
a { background-color: #683BDF; }
a { background-color: rgb(104,59,223); }
div.DivClassName
{
background-color: #683BDF;
}
.BgClassName
{
background-color: #683BDF;
}
</style>
border-color css
<style>
span { border-color: #683BDF; }
span { border-color: rgb(104,59,223); }
td.TdClassName
{
border-color: #683BDF;
}
.TagClassName
{
border-color: #683BDF;
}
</style>