Shades of Purple Heart #683DCB
Tints of Purple Heart #683DCB
RGB
CMYK
RGB Variations
Color information
#683DCB (or 0x683DCB) is known color: Purple Heart. HEX triplet: 68, 3D and CB. RGB value is (104,61,203). Sum of RGB (Red+Green+Blue) = 104+61+203=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #683DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683DCB is #97C234. Grayscale: #595959. Windows color (decimal): -9945653 or 13319528. OLE color: 13319528.
HSL color Cylindrical-coordinate representation of color #683DCB: hue angle of 258.17º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #683DCB is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 61 | 203 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.20 |
| HSL | 258.17º | 0.58% | 0.52% | - |
| HSV(B) | 258.17º | 0.7% | 0.8% | - |
| XYZ | 18.16 | 10.59 | 57.59 | - |
| YUV | 90.05 | 191.75 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 203 | 0.49 | 0.70 | 0 | 0.20 | 258.17 | 0.58 | 0.52 |
| Hex | 68 | 3D | CB | 31 | 46 | 0 | 14 | 102 | 3A | 34 |
| Octal | 150 | 75 | 313 | 61 | 106 | 0 | 24 | 402 | 72 | 64 |
| Binary | 1101000 | 111101 | 11001011 | 110001 | 1000110 | 0 | 10100 | 100000010 | 111010 | 110100 |
Color Harmonies of #683DCB
Complementary color
Monochromatic Colors of #683DCB
Black with #683DCB
Text Example
Text Example
White with #683DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683DCB; }
p { color: rgb(104,61,203); }
H1.HeaderClassName
{
color: #683DCB;
}
.AnyTagClassName
{
color: #683DCB;
}
</style>
background-color css
<style>
a { background-color: #683DCB; }
a { background-color: rgb(104,61,203); }
div.DivClassName
{
background-color: #683DCB;
}
.BgClassName
{
background-color: #683DCB;
}
</style>
border-color css
<style>
span { border-color: #683DCB; }
span { border-color: rgb(104,61,203); }
td.TdClassName
{
border-color: #683DCB;
}
.TagClassName
{
border-color: #683DCB;
}
</style>