Shades of Purple Heart #681FC8
Tints of Purple Heart #681FC8
RGB
CMYK
RGB Variations
Color information
#681FC8 (or 0x681FC8) is known color: Purple Heart. HEX triplet: 68, 1F and C8. RGB value is (104,31,200). Sum of RGB (Red+Green+Blue) = 104+31+200=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 200 (78.52% from 255 or 59.70% from 335); Max value from RGB is 200 - color contains mainly: blue. Hex color #681FC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681FC8 is #97E037. Grayscale: #474747. Windows color (decimal): -9953336 or 13115240. OLE color: 13115240.
HSL color Cylindrical-coordinate representation of color #681FC8: hue angle of 265.92º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681FC8 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 31 | 200 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.22 |
| HSL | 265.92º | 0.73% | 0.45% | - |
| HSV(B) | 265.92º | 0.85% | 0.78% | - |
| XYZ | 16.62 | 8.09 | 55.33 | - |
| YUV | 72.09 | 200.18 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 31 | 200 | 0.48 | 0.84 | 0 | 0.22 | 265.92 | 0.73 | 0.45 |
| Hex | 68 | 1F | C8 | 30 | 54 | 0 | 16 | 10A | 49 | 2D |
| Octal | 150 | 37 | 310 | 60 | 124 | 0 | 26 | 412 | 111 | 55 |
| Binary | 1101000 | 11111 | 11001000 | 110000 | 1010100 | 0 | 10110 | 100001010 | 1001001 | 101101 |
Color Harmonies of #681FC8
Complementary color
Monochromatic Colors of #681FC8
Black with #681FC8
Text Example
Text Example
White with #681FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681FC8; }
p { color: rgb(104,31,200); }
H1.HeaderClassName
{
color: #681FC8;
}
.AnyTagClassName
{
color: #681FC8;
}
</style>
background-color css
<style>
a { background-color: #681FC8; }
a { background-color: rgb(104,31,200); }
div.DivClassName
{
background-color: #681FC8;
}
.BgClassName
{
background-color: #681FC8;
}
</style>
border-color css
<style>
span { border-color: #681FC8; }
span { border-color: rgb(104,31,200); }
td.TdClassName
{
border-color: #681FC8;
}
.TagClassName
{
border-color: #681FC8;
}
</style>