Shades of Purple Heart #683DC0
Tints of Purple Heart #683DC0
RGB
CMYK
RGB Variations
Color information
#683DC0 (or 0x683DC0) is known color: Purple Heart. HEX triplet: 68, 3D and C0. RGB value is (104,61,192). Sum of RGB (Red+Green+Blue) = 104+61+192=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 192 (75.39% from 255 or 53.78% from 357); Max value from RGB is 192 - color contains mainly: blue. Hex color #683DC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683DC0 is #97C23F. Grayscale: #585858. Windows color (decimal): -9945664 or 12598632. OLE color: 12598632.
HSL color Cylindrical-coordinate representation of color #683DC0: hue angle of 259.69º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #683DC0 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 61 | 192 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.25 |
| HSL | 259.69º | 0.52% | 0.5% | - |
| HSV(B) | 259.69º | 0.68% | 0.75% | - |
| XYZ | 16.89 | 10.09 | 50.93 | - |
| YUV | 88.79 | 186.25 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 192 | 0.46 | 0.68 | 0 | 0.25 | 259.69 | 0.52 | 0.5 |
| Hex | 68 | 3D | C0 | 2E | 44 | 0 | 19 | 104 | 34 | 32 |
| Octal | 150 | 75 | 300 | 56 | 104 | 0 | 31 | 404 | 64 | 62 |
| Binary | 1101000 | 111101 | 11000000 | 101110 | 1000100 | 0 | 11001 | 100000100 | 110100 | 110010 |
Color Harmonies of #683DC0
Complementary color
Monochromatic Colors of #683DC0
Black with #683DC0
Text Example
Text Example
White with #683DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683DC0; }
p { color: rgb(104,61,192); }
H1.HeaderClassName
{
color: #683DC0;
}
.AnyTagClassName
{
color: #683DC0;
}
</style>
background-color css
<style>
a { background-color: #683DC0; }
a { background-color: rgb(104,61,192); }
div.DivClassName
{
background-color: #683DC0;
}
.BgClassName
{
background-color: #683DC0;
}
</style>
border-color css
<style>
span { border-color: #683DC0; }
span { border-color: rgb(104,61,192); }
td.TdClassName
{
border-color: #683DC0;
}
.TagClassName
{
border-color: #683DC0;
}
</style>