Shades of Purple Heart #6807CF
Tints of Purple Heart #6807CF
RGB
CMYK
RGB Variations
Color information
#6807CF (or 0x6807CF) is known color: Purple Heart. HEX triplet: 68, 07 and CF. RGB value is (104,7,207). Sum of RGB (Red+Green+Blue) = 104+7+207=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #6807CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6807CF is #97F830. Grayscale: #3A3A3A. Windows color (decimal): -9959473 or 13567848. OLE color: 13567848.
HSL color Cylindrical-coordinate representation of color #6807CF: hue angle of 269.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6807CF is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 7 | 207 | - |
| CMYK | 0.50 | 0.97 | 0 | 0.19 |
| HSL | 269.1º | 0.93% | 0.42% | - |
| HSV(B) | 269.1º | 0.97% | 0.81% | - |
| XYZ | 17.05 | 7.6 | 59.6 | - |
| YUV | 58.8 | 211.64 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 207 | 0.50 | 0.97 | 0 | 0.19 | 269.1 | 0.93 | 0.42 |
| Hex | 68 | 7 | CF | 32 | 61 | 0 | 13 | 10D | 5D | 2A |
| Octal | 150 | 7 | 317 | 62 | 141 | 0 | 23 | 415 | 135 | 52 |
| Binary | 1101000 | 111 | 11001111 | 110010 | 1100001 | 0 | 10011 | 100001101 | 1011101 | 101010 |
Color Harmonies of #6807CF
Complementary color
Monochromatic Colors of #6807CF
Black with #6807CF
Text Example
Text Example
White with #6807CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6807CF; }
p { color: rgb(104,7,207); }
H1.HeaderClassName
{
color: #6807CF;
}
.AnyTagClassName
{
color: #6807CF;
}
</style>
background-color css
<style>
a { background-color: #6807CF; }
a { background-color: rgb(104,7,207); }
div.DivClassName
{
background-color: #6807CF;
}
.BgClassName
{
background-color: #6807CF;
}
</style>
border-color css
<style>
span { border-color: #6807CF; }
span { border-color: rgb(104,7,207); }
td.TdClassName
{
border-color: #6807CF;
}
.TagClassName
{
border-color: #6807CF;
}
</style>