Shades of Purple Heart #6F42BF
Tints of Purple Heart #6F42BF
RGB
CMYK
RGB Variations
Color information
#6F42BF (or 0x6F42BF) is known color: Purple Heart. HEX triplet: 6F, 42 and BF. RGB value is (111,66,191). Sum of RGB (Red+Green+Blue) = 111+66+191=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F42BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F42BF is #90BD40. Grayscale: #5D5D5D. Windows color (decimal): -9485633 or 12534383. OLE color: 12534383.
HSL color Cylindrical-coordinate representation of color #6F42BF: hue angle of 261.6º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F42BF is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 66 | 191 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.25 |
| HSL | 261.6º | 0.49% | 0.5% | - |
| HSV(B) | 261.6º | 0.65% | 0.75% | - |
| XYZ | 17.91 | 11.04 | 50.48 | - |
| YUV | 93.71 | 182.91 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 66 | 191 | 0.42 | 0.65 | 0 | 0.25 | 261.6 | 0.49 | 0.5 |
| Hex | 6F | 42 | BF | 2A | 41 | 0 | 19 | 106 | 31 | 32 |
| Octal | 157 | 102 | 277 | 52 | 101 | 0 | 31 | 406 | 61 | 62 |
| Binary | 1101111 | 1000010 | 10111111 | 101010 | 1000001 | 0 | 11001 | 100000110 | 110001 | 110010 |
Color Harmonies of #6F42BF
Complementary color
Monochromatic Colors of #6F42BF
Black with #6F42BF
Text Example
Text Example
White with #6F42BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F42BF; }
p { color: rgb(111,66,191); }
H1.HeaderClassName
{
color: #6F42BF;
}
.AnyTagClassName
{
color: #6F42BF;
}
</style>
background-color css
<style>
a { background-color: #6F42BF; }
a { background-color: rgb(111,66,191); }
div.DivClassName
{
background-color: #6F42BF;
}
.BgClassName
{
background-color: #6F42BF;
}
</style>
border-color css
<style>
span { border-color: #6F42BF; }
span { border-color: rgb(111,66,191); }
td.TdClassName
{
border-color: #6F42BF;
}
.TagClassName
{
border-color: #6F42BF;
}
</style>