Shades of Purple Heart #681CE0
Tints of Purple Heart #681CE0
RGB
CMYK
RGB Variations
Color information
#681CE0 (or 0x681CE0) is known color: Purple Heart. HEX triplet: 68, 1C and E0. RGB value is (104,28,224). Sum of RGB (Red+Green+Blue) = 104+28+224=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 224 (87.89% from 255 or 62.92% from 356); Max value from RGB is 224 - color contains mainly: blue. Hex color #681CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681CE0 is #97E31F. Grayscale: #484848. Windows color (decimal): -9954080 or 14687336. OLE color: 14687336.
HSL color Cylindrical-coordinate representation of color #681CE0: hue angle of 263.27º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #681CE0 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 28 | 224 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.12 |
| HSL | 263.27º | 0.78% | 0.49% | - |
| HSV(B) | 263.27º | 0.88% | 0.88% | - |
| XYZ | 19.58 | 9.16 | 71.26 | - |
| YUV | 73.07 | 213.18 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 28 | 224 | 0.54 | 0.88 | 0 | 0.12 | 263.27 | 0.78 | 0.49 |
| Hex | 68 | 1C | E0 | 36 | 58 | 0 | C | 107 | 4E | 31 |
| Octal | 150 | 34 | 340 | 66 | 130 | 0 | 14 | 407 | 116 | 61 |
| Binary | 1101000 | 11100 | 11100000 | 110110 | 1011000 | 0 | 1100 | 100000111 | 1001110 | 110001 |
Color Harmonies of #681CE0
Complementary color
Monochromatic Colors of #681CE0
Black with #681CE0
Text Example
Text Example
White with #681CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681CE0; }
p { color: rgb(104,28,224); }
H1.HeaderClassName
{
color: #681CE0;
}
.AnyTagClassName
{
color: #681CE0;
}
</style>
background-color css
<style>
a { background-color: #681CE0; }
a { background-color: rgb(104,28,224); }
div.DivClassName
{
background-color: #681CE0;
}
.BgClassName
{
background-color: #681CE0;
}
</style>
border-color css
<style>
span { border-color: #681CE0; }
span { border-color: rgb(104,28,224); }
td.TdClassName
{
border-color: #681CE0;
}
.TagClassName
{
border-color: #681CE0;
}
</style>