Shades of Purple Heart #6F12BF
Tints of Purple Heart #6F12BF
RGB
CMYK
RGB Variations
Color information
#6F12BF (or 0x6F12BF) is known color: Purple Heart. HEX triplet: 6F, 12 and BF. RGB value is (111,18,191). Sum of RGB (Red+Green+Blue) = 111+18+191=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F12BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F12BF is #90ED40. Grayscale: #404040. Windows color (decimal): -9497921 or 12522095. OLE color: 12522095.
HSL color Cylindrical-coordinate representation of color #6F12BF: hue angle of 272.25º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F12BF is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 18 | 191 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.25 |
| HSL | 272.25º | 0.83% | 0.41% | - |
| HSV(B) | 272.25º | 0.91% | 0.75% | - |
| XYZ | 16.18 | 7.57 | 49.9 | - |
| YUV | 65.53 | 198.81 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 18 | 191 | 0.42 | 0.91 | 0 | 0.25 | 272.25 | 0.83 | 0.41 |
| Hex | 6F | 12 | BF | 2A | 5B | 0 | 19 | 110 | 53 | 29 |
| Octal | 157 | 22 | 277 | 52 | 133 | 0 | 31 | 420 | 123 | 51 |
| Binary | 1101111 | 10010 | 10111111 | 101010 | 1011011 | 0 | 11001 | 100010000 | 1010011 | 101001 |
Color Harmonies of #6F12BF
Complementary color
Monochromatic Colors of #6F12BF
Black with #6F12BF
Text Example
Text Example
White with #6F12BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F12BF; }
p { color: rgb(111,18,191); }
H1.HeaderClassName
{
color: #6F12BF;
}
.AnyTagClassName
{
color: #6F12BF;
}
</style>
background-color css
<style>
a { background-color: #6F12BF; }
a { background-color: rgb(111,18,191); }
div.DivClassName
{
background-color: #6F12BF;
}
.BgClassName
{
background-color: #6F12BF;
}
</style>
border-color css
<style>
span { border-color: #6F12BF; }
span { border-color: rgb(111,18,191); }
td.TdClassName
{
border-color: #6F12BF;
}
.TagClassName
{
border-color: #6F12BF;
}
</style>