Shades of Purple Heart #681EC0
Tints of Purple Heart #681EC0
RGB
CMYK
RGB Variations
Color information
#681EC0 (or 0x681EC0) is known color: Purple Heart. HEX triplet: 68, 1E and C0. RGB value is (104,30,192). Sum of RGB (Red+Green+Blue) = 104+30+192=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 192 (75.39% from 255 or 58.90% from 326); Max value from RGB is 192 - color contains mainly: blue. Hex color #681EC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681EC0 is #97E13F. Grayscale: #464646. Windows color (decimal): -9953600 or 12590696. OLE color: 12590696.
HSL color Cylindrical-coordinate representation of color #681EC0: hue angle of 267.41º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681EC0 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 30 | 192 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.25 |
| HSL | 267.41º | 0.73% | 0.44% | - |
| HSV(B) | 267.41º | 0.84% | 0.75% | - |
| XYZ | 15.69 | 7.68 | 50.52 | - |
| YUV | 70.59 | 196.52 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 30 | 192 | 0.46 | 0.84 | 0 | 0.25 | 267.41 | 0.73 | 0.44 |
| Hex | 68 | 1E | C0 | 2E | 54 | 0 | 19 | 10B | 49 | 2C |
| Octal | 150 | 36 | 300 | 56 | 124 | 0 | 31 | 413 | 111 | 54 |
| Binary | 1101000 | 11110 | 11000000 | 101110 | 1010100 | 0 | 11001 | 100001011 | 1001001 | 101100 |
Color Harmonies of #681EC0
Complementary color
Monochromatic Colors of #681EC0
Black with #681EC0
Text Example
Text Example
White with #681EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681EC0; }
p { color: rgb(104,30,192); }
H1.HeaderClassName
{
color: #681EC0;
}
.AnyTagClassName
{
color: #681EC0;
}
</style>
background-color css
<style>
a { background-color: #681EC0; }
a { background-color: rgb(104,30,192); }
div.DivClassName
{
background-color: #681EC0;
}
.BgClassName
{
background-color: #681EC0;
}
</style>
border-color css
<style>
span { border-color: #681EC0; }
span { border-color: rgb(104,30,192); }
td.TdClassName
{
border-color: #681EC0;
}
.TagClassName
{
border-color: #681EC0;
}
</style>