Shades of Purple Heart #683DC6
Tints of Purple Heart #683DC6
RGB
CMYK
RGB Variations
Color information
#683DC6 (or 0x683DC6) is known color: Purple Heart. HEX triplet: 68, 3D and C6. RGB value is (104,61,198). Sum of RGB (Red+Green+Blue) = 104+61+198=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 198 (77.73% from 255 or 54.55% from 363); Max value from RGB is 198 - color contains mainly: blue. Hex color #683DC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683DC6 is #97C239. Grayscale: #585858. Windows color (decimal): -9945658 or 12991848. OLE color: 12991848.
HSL color Cylindrical-coordinate representation of color #683DC6: hue angle of 258.83º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #683DC6 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 61 | 198 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.22 |
| HSL | 258.83º | 0.55% | 0.51% | - |
| HSV(B) | 258.83º | 0.69% | 0.78% | - |
| XYZ | 17.57 | 10.36 | 54.5 | - |
| YUV | 89.48 | 189.25 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 198 | 0.47 | 0.69 | 0 | 0.22 | 258.83 | 0.55 | 0.51 |
| Hex | 68 | 3D | C6 | 2F | 45 | 0 | 16 | 103 | 37 | 33 |
| Octal | 150 | 75 | 306 | 57 | 105 | 0 | 26 | 403 | 67 | 63 |
| Binary | 1101000 | 111101 | 11000110 | 101111 | 1000101 | 0 | 10110 | 100000011 | 110111 | 110011 |
Color Harmonies of #683DC6
Complementary color
Monochromatic Colors of #683DC6
Black with #683DC6
Text Example
Text Example
White with #683DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683DC6; }
p { color: rgb(104,61,198); }
H1.HeaderClassName
{
color: #683DC6;
}
.AnyTagClassName
{
color: #683DC6;
}
</style>
background-color css
<style>
a { background-color: #683DC6; }
a { background-color: rgb(104,61,198); }
div.DivClassName
{
background-color: #683DC6;
}
.BgClassName
{
background-color: #683DC6;
}
</style>
border-color css
<style>
span { border-color: #683DC6; }
span { border-color: rgb(104,61,198); }
td.TdClassName
{
border-color: #683DC6;
}
.TagClassName
{
border-color: #683DC6;
}
</style>