Shades of Purple Heart #683CD4
Tints of Purple Heart #683CD4
RGB
CMYK
RGB Variations
Color information
#683CD4 (or 0x683CD4) is known color: Purple Heart. HEX triplet: 68, 3C and D4. RGB value is (104,60,212). Sum of RGB (Red+Green+Blue) = 104+60+212=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 212 (83.20% from 255 or 56.38% from 376); Max value from RGB is 212 - color contains mainly: blue. Hex color #683CD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683CD4 is #97C32B. Grayscale: #595959. Windows color (decimal): -9945900 or 13909096. OLE color: 13909096.
HSL color Cylindrical-coordinate representation of color #683CD4: hue angle of 257.37º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #683CD4 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 60 | 212 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.17 |
| HSL | 257.37º | 0.64% | 0.53% | - |
| HSV(B) | 257.37º | 0.72% | 0.83% | - |
| XYZ | 19.21 | 10.93 | 63.38 | - |
| YUV | 90.48 | 196.58 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 212 | 0.51 | 0.72 | 0 | 0.17 | 257.37 | 0.64 | 0.53 |
| Hex | 68 | 3C | D4 | 33 | 48 | 0 | 11 | 101 | 40 | 35 |
| Octal | 150 | 74 | 324 | 63 | 110 | 0 | 21 | 401 | 100 | 65 |
| Binary | 1101000 | 111100 | 11010100 | 110011 | 1001000 | 0 | 10001 | 100000001 | 1000000 | 110101 |
Color Harmonies of #683CD4
Complementary color
Monochromatic Colors of #683CD4
Black with #683CD4
Text Example
Text Example
White with #683CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683CD4; }
p { color: rgb(104,60,212); }
H1.HeaderClassName
{
color: #683CD4;
}
.AnyTagClassName
{
color: #683CD4;
}
</style>
background-color css
<style>
a { background-color: #683CD4; }
a { background-color: rgb(104,60,212); }
div.DivClassName
{
background-color: #683CD4;
}
.BgClassName
{
background-color: #683CD4;
}
</style>
border-color css
<style>
span { border-color: #683CD4; }
span { border-color: rgb(104,60,212); }
td.TdClassName
{
border-color: #683CD4;
}
.TagClassName
{
border-color: #683CD4;
}
</style>