Shades of Purple Heart #683BD1
Tints of Purple Heart #683BD1
RGB
CMYK
RGB Variations
Color information
#683BD1 (or 0x683BD1) is known color: Purple Heart. HEX triplet: 68, 3B and D1. RGB value is (104,59,209). Sum of RGB (Red+Green+Blue) = 104+59+209=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 59 (23.44% from 255 or 15.86% from 372); Blue value is 209 (82.03% from 255 or 56.18% from 372); Max value from RGB is 209 - color contains mainly: blue. Hex color #683BD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683BD1 is #97C42E. Grayscale: #585858. Windows color (decimal): -9946159 or 13712232. OLE color: 13712232.
HSL color Cylindrical-coordinate representation of color #683BD1: hue angle of 258º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #683BD1 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 59 | 209 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.18 |
| HSL | 258º | 0.62% | 0.53% | - |
| HSV(B) | 258º | 0.72% | 0.82% | - |
| XYZ | 18.78 | 10.67 | 61.39 | - |
| YUV | 89.56 | 195.41 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 59 | 209 | 0.50 | 0.72 | 0 | 0.18 | 258 | 0.62 | 0.53 |
| Hex | 68 | 3B | D1 | 32 | 48 | 0 | 12 | 102 | 3E | 35 |
| Octal | 150 | 73 | 321 | 62 | 110 | 0 | 22 | 402 | 76 | 65 |
| Binary | 1101000 | 111011 | 11010001 | 110010 | 1001000 | 0 | 10010 | 100000010 | 111110 | 110101 |
Color Harmonies of #683BD1
Complementary color
Monochromatic Colors of #683BD1
Black with #683BD1
Text Example
Text Example
White with #683BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683BD1; }
p { color: rgb(104,59,209); }
H1.HeaderClassName
{
color: #683BD1;
}
.AnyTagClassName
{
color: #683BD1;
}
</style>
background-color css
<style>
a { background-color: #683BD1; }
a { background-color: rgb(104,59,209); }
div.DivClassName
{
background-color: #683BD1;
}
.BgClassName
{
background-color: #683BD1;
}
</style>
border-color css
<style>
span { border-color: #683BD1; }
span { border-color: rgb(104,59,209); }
td.TdClassName
{
border-color: #683BD1;
}
.TagClassName
{
border-color: #683BD1;
}
</style>