Shades of Purple Heart #6806C6
Tints of Purple Heart #6806C6
RGB
CMYK
RGB Variations
Color information
#6806C6 (or 0x6806C6) is known color: Purple Heart. HEX triplet: 68, 06 and C6. RGB value is (104,6,198). Sum of RGB (Red+Green+Blue) = 104+6+198=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 198 (77.73% from 255 or 64.29% from 308); Max value from RGB is 198 - color contains mainly: blue. Hex color #6806C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6806C6 is #97F939. Grayscale: #383838. Windows color (decimal): -9959738 or 12977768. OLE color: 12977768.
HSL color Cylindrical-coordinate representation of color #6806C6: hue angle of 270.62º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6806C6 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 6 | 198 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.22 |
| HSL | 270.63º | 0.94% | 0.4% | - |
| HSV(B) | 270.63º | 0.97% | 0.78% | - |
| XYZ | 15.97 | 7.15 | 53.96 | - |
| YUV | 57.19 | 207.47 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 198 | 0.47 | 0.97 | 0 | 0.22 | 270.63 | 0.94 | 0.4 |
| Hex | 68 | 6 | C6 | 2F | 61 | 0 | 16 | 10F | 5E | 28 |
| Octal | 150 | 6 | 306 | 57 | 141 | 0 | 26 | 417 | 136 | 50 |
| Binary | 1101000 | 110 | 11000110 | 101111 | 1100001 | 0 | 10110 | 100001111 | 1011110 | 101000 |
Color Harmonies of #6806C6
Complementary color
Monochromatic Colors of #6806C6
Black with #6806C6
Text Example
Text Example
White with #6806C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6806C6; }
p { color: rgb(104,6,198); }
H1.HeaderClassName
{
color: #6806C6;
}
.AnyTagClassName
{
color: #6806C6;
}
</style>
background-color css
<style>
a { background-color: #6806C6; }
a { background-color: rgb(104,6,198); }
div.DivClassName
{
background-color: #6806C6;
}
.BgClassName
{
background-color: #6806C6;
}
</style>
border-color css
<style>
span { border-color: #6806C6; }
span { border-color: rgb(104,6,198); }
td.TdClassName
{
border-color: #6806C6;
}
.TagClassName
{
border-color: #6806C6;
}
</style>