Shades of Purple Heart #683CDD
Tints of Purple Heart #683CDD
RGB
CMYK
RGB Variations
Color information
#683CDD (or 0x683CDD) is known color: Purple Heart. HEX triplet: 68, 3C and DD. RGB value is (104,60,221). Sum of RGB (Red+Green+Blue) = 104+60+221=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #683CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683CDD is #97C322. Grayscale: #5A5A5A. Windows color (decimal): -9945891 or 14498920. OLE color: 14498920.
HSL color Cylindrical-coordinate representation of color #683CDD: hue angle of 256.4º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #683CDD is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 60 | 221 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.13 |
| HSL | 256.4º | 0.7% | 0.55% | - |
| HSV(B) | 256.4º | 0.73% | 0.87% | - |
| XYZ | 20.38 | 11.4 | 69.53 | - |
| YUV | 91.51 | 201.08 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 221 | 0.53 | 0.73 | 0 | 0.13 | 256.4 | 0.7 | 0.55 |
| Hex | 68 | 3C | DD | 35 | 49 | 0 | D | 100 | 46 | 37 |
| Octal | 150 | 74 | 335 | 65 | 111 | 0 | 15 | 400 | 106 | 67 |
| Binary | 1101000 | 111100 | 11011101 | 110101 | 1001001 | 0 | 1101 | 100000000 | 1000110 | 110111 |
Color Harmonies of #683CDD
Complementary color
Monochromatic Colors of #683CDD
Black with #683CDD
Text Example
Text Example
White with #683CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683CDD; }
p { color: rgb(104,60,221); }
H1.HeaderClassName
{
color: #683CDD;
}
.AnyTagClassName
{
color: #683CDD;
}
</style>
background-color css
<style>
a { background-color: #683CDD; }
a { background-color: rgb(104,60,221); }
div.DivClassName
{
background-color: #683CDD;
}
.BgClassName
{
background-color: #683CDD;
}
</style>
border-color css
<style>
span { border-color: #683CDD; }
span { border-color: rgb(104,60,221); }
td.TdClassName
{
border-color: #683CDD;
}
.TagClassName
{
border-color: #683CDD;
}
</style>