Shades of Purple Heart #683DB4
Tints of Purple Heart #683DB4
RGB
CMYK
RGB Variations
Color information
#683DB4 (or 0x683DB4) is known color: Purple Heart. HEX triplet: 68, 3D and B4. RGB value is (104,61,180). Sum of RGB (Red+Green+Blue) = 104+61+180=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 180 (70.70% from 255 or 52.17% from 345); Max value from RGB is 180 - color contains mainly: blue. Hex color #683DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683DB4 is #97C24B. Grayscale: #565656. Windows color (decimal): -9945676 or 11812200. OLE color: 11812200.
HSL color Cylindrical-coordinate representation of color #683DB4: hue angle of 261.68º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #683DB4 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 61 | 180 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.29 |
| HSL | 261.68º | 0.49% | 0.47% | - |
| HSV(B) | 261.68º | 0.66% | 0.71% | - |
| XYZ | 15.62 | 9.58 | 44.21 | - |
| YUV | 87.42 | 180.25 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 180 | 0.42 | 0.66 | 0 | 0.29 | 261.68 | 0.49 | 0.47 |
| Hex | 68 | 3D | B4 | 2A | 42 | 0 | 1D | 106 | 31 | 2F |
| Octal | 150 | 75 | 264 | 52 | 102 | 0 | 35 | 406 | 61 | 57 |
| Binary | 1101000 | 111101 | 10110100 | 101010 | 1000010 | 0 | 11101 | 100000110 | 110001 | 101111 |
Color Harmonies of #683DB4
Complementary color
Monochromatic Colors of #683DB4
Black with #683DB4
Text Example
Text Example
White with #683DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683DB4; }
p { color: rgb(104,61,180); }
H1.HeaderClassName
{
color: #683DB4;
}
.AnyTagClassName
{
color: #683DB4;
}
</style>
background-color css
<style>
a { background-color: #683DB4; }
a { background-color: rgb(104,61,180); }
div.DivClassName
{
background-color: #683DB4;
}
.BgClassName
{
background-color: #683DB4;
}
</style>
border-color css
<style>
span { border-color: #683DB4; }
span { border-color: rgb(104,61,180); }
td.TdClassName
{
border-color: #683DB4;
}
.TagClassName
{
border-color: #683DB4;
}
</style>