Shades of Purple Heart #6F07BF
Tints of Purple Heart #6F07BF
RGB
CMYK
RGB Variations
Color information
#6F07BF (or 0x6F07BF) is known color: Purple Heart. HEX triplet: 6F, 07 and BF. RGB value is (111,7,191). Sum of RGB (Red+Green+Blue) = 111+7+191=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F07BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F07BF is #90F840. Grayscale: #3A3A3A. Windows color (decimal): -9500737 or 12519279. OLE color: 12519279.
HSL color Cylindrical-coordinate representation of color #6F07BF: hue angle of 273.91º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F07BF is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 7 | 191 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.25 |
| HSL | 273.91º | 0.93% | 0.39% | - |
| HSV(B) | 273.91º | 0.96% | 0.75% | - |
| XYZ | 16.04 | 7.29 | 49.85 | - |
| YUV | 59.07 | 202.46 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 191 | 0.42 | 0.96 | 0 | 0.25 | 273.91 | 0.93 | 0.39 |
| Hex | 6F | 7 | BF | 2A | 60 | 0 | 19 | 112 | 5D | 27 |
| Octal | 157 | 7 | 277 | 52 | 140 | 0 | 31 | 422 | 135 | 47 |
| Binary | 1101111 | 111 | 10111111 | 101010 | 1100000 | 0 | 11001 | 100010010 | 1011101 | 100111 |
Color Harmonies of #6F07BF
Complementary color
Monochromatic Colors of #6F07BF
Black with #6F07BF
Text Example
Text Example
White with #6F07BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F07BF; }
p { color: rgb(111,7,191); }
H1.HeaderClassName
{
color: #6F07BF;
}
.AnyTagClassName
{
color: #6F07BF;
}
</style>
background-color css
<style>
a { background-color: #6F07BF; }
a { background-color: rgb(111,7,191); }
div.DivClassName
{
background-color: #6F07BF;
}
.BgClassName
{
background-color: #6F07BF;
}
</style>
border-color css
<style>
span { border-color: #6F07BF; }
span { border-color: rgb(111,7,191); }
td.TdClassName
{
border-color: #6F07BF;
}
.TagClassName
{
border-color: #6F07BF;
}
</style>