Shades of Purple Heart #683DDF
Tints of Purple Heart #683DDF
RGB
CMYK
RGB Variations
Color information
#683DDF (or 0x683DDF) is known color: Purple Heart. HEX triplet: 68, 3D and DF. RGB value is (104,61,223). Sum of RGB (Red+Green+Blue) = 104+61+223=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #683DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683DDF is #97C220. Grayscale: #5B5B5B. Windows color (decimal): -9945633 or 14630248. OLE color: 14630248.
HSL color Cylindrical-coordinate representation of color #683DDF: hue angle of 255.93º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #683DDF is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 61 | 223 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.13 |
| HSL | 255.93º | 0.72% | 0.56% | - |
| HSV(B) | 255.93º | 0.73% | 0.87% | - |
| XYZ | 20.7 | 11.61 | 70.96 | - |
| YUV | 92.33 | 201.75 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 223 | 0.53 | 0.73 | 0 | 0.13 | 255.93 | 0.72 | 0.56 |
| Hex | 68 | 3D | DF | 35 | 49 | 0 | D | 100 | 48 | 38 |
| Octal | 150 | 75 | 337 | 65 | 111 | 0 | 15 | 400 | 110 | 70 |
| Binary | 1101000 | 111101 | 11011111 | 110101 | 1001001 | 0 | 1101 | 100000000 | 1001000 | 111000 |
Color Harmonies of #683DDF
Complementary color
Monochromatic Colors of #683DDF
Black with #683DDF
Text Example
Text Example
White with #683DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683DDF; }
p { color: rgb(104,61,223); }
H1.HeaderClassName
{
color: #683DDF;
}
.AnyTagClassName
{
color: #683DDF;
}
</style>
background-color css
<style>
a { background-color: #683DDF; }
a { background-color: rgb(104,61,223); }
div.DivClassName
{
background-color: #683DDF;
}
.BgClassName
{
background-color: #683DDF;
}
</style>
border-color css
<style>
span { border-color: #683DDF; }
span { border-color: rgb(104,61,223); }
td.TdClassName
{
border-color: #683DDF;
}
.TagClassName
{
border-color: #683DDF;
}
</style>