Shades of Purple Heart #683DBD
Tints of Purple Heart #683DBD
RGB
CMYK
RGB Variations
Color information
#683DBD (or 0x683DBD) is known color: Purple Heart. HEX triplet: 68, 3D and BD. RGB value is (104,61,189). Sum of RGB (Red+Green+Blue) = 104+61+189=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #683DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683DBD is #97C242. Grayscale: #575757. Windows color (decimal): -9945667 or 12402024. OLE color: 12402024.
HSL color Cylindrical-coordinate representation of color #683DBD: hue angle of 260.16º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #683DBD is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 61 | 189 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.26 |
| HSL | 260.16º | 0.51% | 0.49% | - |
| HSV(B) | 260.16º | 0.68% | 0.74% | - |
| XYZ | 16.56 | 9.95 | 49.19 | - |
| YUV | 88.45 | 184.75 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 189 | 0.45 | 0.68 | 0 | 0.26 | 260.16 | 0.51 | 0.49 |
| Hex | 68 | 3D | BD | 2D | 44 | 0 | 1A | 104 | 33 | 31 |
| Octal | 150 | 75 | 275 | 55 | 104 | 0 | 32 | 404 | 63 | 61 |
| Binary | 1101000 | 111101 | 10111101 | 101101 | 1000100 | 0 | 11010 | 100000100 | 110011 | 110001 |
Color Harmonies of #683DBD
Complementary color
Monochromatic Colors of #683DBD
Black with #683DBD
Text Example
Text Example
White with #683DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683DBD; }
p { color: rgb(104,61,189); }
H1.HeaderClassName
{
color: #683DBD;
}
.AnyTagClassName
{
color: #683DBD;
}
</style>
background-color css
<style>
a { background-color: #683DBD; }
a { background-color: rgb(104,61,189); }
div.DivClassName
{
background-color: #683DBD;
}
.BgClassName
{
background-color: #683DBD;
}
</style>
border-color css
<style>
span { border-color: #683DBD; }
span { border-color: rgb(104,61,189); }
td.TdClassName
{
border-color: #683DBD;
}
.TagClassName
{
border-color: #683DBD;
}
</style>