Shades of Purple Heart #681CCC
Tints of Purple Heart #681CCC
RGB
CMYK
RGB Variations
Color information
#681CCC (or 0x681CCC) is known color: Purple Heart. HEX triplet: 68, 1C and CC. RGB value is (104,28,204). Sum of RGB (Red+Green+Blue) = 104+28+204=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #681CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681CCC is #97E333. Grayscale: #464646. Windows color (decimal): -9954100 or 13376616. OLE color: 13376616.
HSL color Cylindrical-coordinate representation of color #681CCC: hue angle of 265.91º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681CCC is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 28 | 204 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.2 |
| HSL | 265.91º | 0.76% | 0.45% | - |
| HSV(B) | 265.91º | 0.86% | 0.8% | - |
| XYZ | 17.02 | 8.13 | 57.8 | - |
| YUV | 70.79 | 203.18 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 28 | 204 | 0.49 | 0.86 | 0 | 0.2 | 265.91 | 0.76 | 0.45 |
| Hex | 68 | 1C | CC | 31 | 56 | 0 | 14 | 10A | 4C | 2D |
| Octal | 150 | 34 | 314 | 61 | 126 | 0 | 24 | 412 | 114 | 55 |
| Binary | 1101000 | 11100 | 11001100 | 110001 | 1010110 | 0 | 10100 | 100001010 | 1001100 | 101101 |
Color Harmonies of #681CCC
Complementary color
Monochromatic Colors of #681CCC
Black with #681CCC
Text Example
Text Example
White with #681CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681CCC; }
p { color: rgb(104,28,204); }
H1.HeaderClassName
{
color: #681CCC;
}
.AnyTagClassName
{
color: #681CCC;
}
</style>
background-color css
<style>
a { background-color: #681CCC; }
a { background-color: rgb(104,28,204); }
div.DivClassName
{
background-color: #681CCC;
}
.BgClassName
{
background-color: #681CCC;
}
</style>
border-color css
<style>
span { border-color: #681CCC; }
span { border-color: rgb(104,28,204); }
td.TdClassName
{
border-color: #681CCC;
}
.TagClassName
{
border-color: #681CCC;
}
</style>