Shades of Purple Heart #681CA8
Tints of Purple Heart #681CA8
RGB
CMYK
RGB Variations
Color information
#681CA8 (or 0x681CA8) is known color: Purple Heart. HEX triplet: 68, 1C and A8. RGB value is (104,28,168). Sum of RGB (Red+Green+Blue) = 104+28+168=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 168 (66.02% from 255 or 56% from 300); Max value from RGB is 168 - color contains mainly: blue. Hex color #681CA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681CA8 is #97E357. Grayscale: #424242. Windows color (decimal): -9954136 or 11017320. OLE color: 11017320.
HSL color Cylindrical-coordinate representation of color #681CA8: hue angle of 272.57º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #681CA8 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 28 | 168 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.34 |
| HSL | 272.57º | 0.71% | 0.38% | - |
| HSV(B) | 272.57º | 0.83% | 0.66% | - |
| XYZ | 13.19 | 6.6 | 37.62 | - |
| YUV | 66.68 | 185.18 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 28 | 168 | 0.38 | 0.83 | 0 | 0.34 | 272.57 | 0.71 | 0.38 |
| Hex | 68 | 1C | A8 | 26 | 53 | 0 | 22 | 111 | 47 | 26 |
| Octal | 150 | 34 | 250 | 46 | 123 | 0 | 42 | 421 | 107 | 46 |
| Binary | 1101000 | 11100 | 10101000 | 100110 | 1010011 | 0 | 100010 | 100010001 | 1000111 | 100110 |
Color Harmonies of #681CA8
Complementary color
Monochromatic Colors of #681CA8
Black with #681CA8
Text Example
Text Example
White with #681CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681CA8; }
p { color: rgb(104,28,168); }
H1.HeaderClassName
{
color: #681CA8;
}
.AnyTagClassName
{
color: #681CA8;
}
</style>
background-color css
<style>
a { background-color: #681CA8; }
a { background-color: rgb(104,28,168); }
div.DivClassName
{
background-color: #681CA8;
}
.BgClassName
{
background-color: #681CA8;
}
</style>
border-color css
<style>
span { border-color: #681CA8; }
span { border-color: rgb(104,28,168); }
td.TdClassName
{
border-color: #681CA8;
}
.TagClassName
{
border-color: #681CA8;
}
</style>