Shades of Purple Heart #681EC9
Tints of Purple Heart #681EC9
RGB
CMYK
RGB Variations
Color information
#681EC9 (or 0x681EC9) is known color: Purple Heart. HEX triplet: 68, 1E and C9. RGB value is (104,30,201). Sum of RGB (Red+Green+Blue) = 104+30+201=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 201 (78.91% from 255 or 60% from 335); Max value from RGB is 201 - color contains mainly: blue. Hex color #681EC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681EC9 is #97E136. Grayscale: #474747. Windows color (decimal): -9953591 or 13180520. OLE color: 13180520.
HSL color Cylindrical-coordinate representation of color #681EC9: hue angle of 265.96º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681EC9 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 30 | 201 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.21 |
| HSL | 265.96º | 0.74% | 0.45% | - |
| HSV(B) | 265.96º | 0.85% | 0.79% | - |
| XYZ | 16.72 | 8.09 | 55.94 | - |
| YUV | 71.62 | 201.02 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 30 | 201 | 0.48 | 0.85 | 0 | 0.21 | 265.96 | 0.74 | 0.45 |
| Hex | 68 | 1E | C9 | 30 | 55 | 0 | 15 | 10A | 4A | 2D |
| Octal | 150 | 36 | 311 | 60 | 125 | 0 | 25 | 412 | 112 | 55 |
| Binary | 1101000 | 11110 | 11001001 | 110000 | 1010101 | 0 | 10101 | 100001010 | 1001010 | 101101 |
Color Harmonies of #681EC9
Complementary color
Monochromatic Colors of #681EC9
Black with #681EC9
Text Example
Text Example
White with #681EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681EC9; }
p { color: rgb(104,30,201); }
H1.HeaderClassName
{
color: #681EC9;
}
.AnyTagClassName
{
color: #681EC9;
}
</style>
background-color css
<style>
a { background-color: #681EC9; }
a { background-color: rgb(104,30,201); }
div.DivClassName
{
background-color: #681EC9;
}
.BgClassName
{
background-color: #681EC9;
}
</style>
border-color css
<style>
span { border-color: #681EC9; }
span { border-color: rgb(104,30,201); }
td.TdClassName
{
border-color: #681EC9;
}
.TagClassName
{
border-color: #681EC9;
}
</style>