Shades of Purple Heart #6707B9
Tints of Purple Heart #6707B9
RGB
CMYK
RGB Variations
Color information
#6707B9 (or 0x6707B9) is known color: Purple Heart. HEX triplet: 67, 07 and B9. RGB value is (103,7,185). Sum of RGB (Red+Green+Blue) = 103+7+185=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 185 (72.66% from 255 or 62.71% from 295); Max value from RGB is 185 - color contains mainly: blue. Hex color #6707B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6707B9 is #98F846. Grayscale: #373737. Windows color (decimal): -10025031 or 12126055. OLE color: 12126055.
HSL color Cylindrical-coordinate representation of color #6707B9: hue angle of 272.36º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6707B9 is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 7 | 185 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.27 |
| HSL | 272.36º | 0.93% | 0.38% | - |
| HSV(B) | 272.36º | 0.96% | 0.73% | - |
| XYZ | 14.43 | 6.54 | 46.4 | - |
| YUV | 56 | 200.8 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 7 | 185 | 0.44 | 0.96 | 0 | 0.27 | 272.36 | 0.93 | 0.38 |
| Hex | 67 | 7 | B9 | 2C | 60 | 0 | 1B | 110 | 5D | 26 |
| Octal | 147 | 7 | 271 | 54 | 140 | 0 | 33 | 420 | 135 | 46 |
| Binary | 1100111 | 111 | 10111001 | 101100 | 1100000 | 0 | 11011 | 100010000 | 1011101 | 100110 |
Color Harmonies of #6707B9
Complementary color
Monochromatic Colors of #6707B9
Black with #6707B9
Text Example
Text Example
White with #6707B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6707B9; }
p { color: rgb(103,7,185); }
H1.HeaderClassName
{
color: #6707B9;
}
.AnyTagClassName
{
color: #6707B9;
}
</style>
background-color css
<style>
a { background-color: #6707B9; }
a { background-color: rgb(103,7,185); }
div.DivClassName
{
background-color: #6707B9;
}
.BgClassName
{
background-color: #6707B9;
}
</style>
border-color css
<style>
span { border-color: #6707B9; }
span { border-color: rgb(103,7,185); }
td.TdClassName
{
border-color: #6707B9;
}
.TagClassName
{
border-color: #6707B9;
}
</style>