Shades of Purple Heart #6807BC
Tints of Purple Heart #6807BC
RGB
CMYK
RGB Variations
Color information
#6807BC (or 0x6807BC) is known color: Purple Heart. HEX triplet: 68, 07 and BC. RGB value is (104,7,188). Sum of RGB (Red+Green+Blue) = 104+7+188=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #6807BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6807BC is #97F843. Grayscale: #383838. Windows color (decimal): -9959492 or 12322664. OLE color: 12322664.
HSL color Cylindrical-coordinate representation of color #6807BC: hue angle of 272.15º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6807BC is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 7 | 188 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.26 |
| HSL | 272.15º | 0.93% | 0.38% | - |
| HSV(B) | 272.15º | 0.96% | 0.74% | - |
| XYZ | 14.86 | 6.73 | 48.09 | - |
| YUV | 56.64 | 202.14 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 188 | 0.45 | 0.96 | 0 | 0.26 | 272.15 | 0.93 | 0.38 |
| Hex | 68 | 7 | BC | 2D | 60 | 0 | 1A | 110 | 5D | 26 |
| Octal | 150 | 7 | 274 | 55 | 140 | 0 | 32 | 420 | 135 | 46 |
| Binary | 1101000 | 111 | 10111100 | 101101 | 1100000 | 0 | 11010 | 100010000 | 1011101 | 100110 |
Color Harmonies of #6807BC
Complementary color
Monochromatic Colors of #6807BC
Black with #6807BC
Text Example
Text Example
White with #6807BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6807BC; }
p { color: rgb(104,7,188); }
H1.HeaderClassName
{
color: #6807BC;
}
.AnyTagClassName
{
color: #6807BC;
}
</style>
background-color css
<style>
a { background-color: #6807BC; }
a { background-color: rgb(104,7,188); }
div.DivClassName
{
background-color: #6807BC;
}
.BgClassName
{
background-color: #6807BC;
}
</style>
border-color css
<style>
span { border-color: #6807BC; }
span { border-color: rgb(104,7,188); }
td.TdClassName
{
border-color: #6807BC;
}
.TagClassName
{
border-color: #6807BC;
}
</style>