Shades of Purple Heart #681DCA
Tints of Purple Heart #681DCA
RGB
CMYK
RGB Variations
Color information
#681DCA (or 0x681DCA) is known color: Purple Heart. HEX triplet: 68, 1D and CA. RGB value is (104,29,202). Sum of RGB (Red+Green+Blue) = 104+29+202=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 202 (79.30% from 255 or 60.30% from 335); Max value from RGB is 202 - color contains mainly: blue. Hex color #681DCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681DCA is #97E235. Grayscale: #464646. Windows color (decimal): -9953846 or 13245800. OLE color: 13245800.
HSL color Cylindrical-coordinate representation of color #681DCA: hue angle of 266.01º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681DCA is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 29 | 202 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.21 |
| HSL | 266.01º | 0.75% | 0.45% | - |
| HSV(B) | 266.01º | 0.86% | 0.79% | - |
| XYZ | 16.81 | 8.09 | 56.55 | - |
| YUV | 71.15 | 201.85 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 29 | 202 | 0.49 | 0.86 | 0 | 0.21 | 266.01 | 0.75 | 0.45 |
| Hex | 68 | 1D | CA | 31 | 56 | 0 | 15 | 10A | 4B | 2D |
| Octal | 150 | 35 | 312 | 61 | 126 | 0 | 25 | 412 | 113 | 55 |
| Binary | 1101000 | 11101 | 11001010 | 110001 | 1010110 | 0 | 10101 | 100001010 | 1001011 | 101101 |
Color Harmonies of #681DCA
Complementary color
Monochromatic Colors of #681DCA
Black with #681DCA
Text Example
Text Example
White with #681DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681DCA; }
p { color: rgb(104,29,202); }
H1.HeaderClassName
{
color: #681DCA;
}
.AnyTagClassName
{
color: #681DCA;
}
</style>
background-color css
<style>
a { background-color: #681DCA; }
a { background-color: rgb(104,29,202); }
div.DivClassName
{
background-color: #681DCA;
}
.BgClassName
{
background-color: #681DCA;
}
</style>
border-color css
<style>
span { border-color: #681DCA; }
span { border-color: rgb(104,29,202); }
td.TdClassName
{
border-color: #681DCA;
}
.TagClassName
{
border-color: #681DCA;
}
</style>