Shades of Purple Heart #6F3BC7
Tints of Purple Heart #6F3BC7
RGB
CMYK
RGB Variations
Color information
#6F3BC7 (or 0x6F3BC7) is known color: Purple Heart. HEX triplet: 6F, 3B and C7. RGB value is (111,59,199). Sum of RGB (Red+Green+Blue) = 111+59+199=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 199 (78.12% from 255 or 53.93% from 369); Max value from RGB is 199 - color contains mainly: blue. Hex color #6F3BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3BC7 is #90C438. Grayscale: #595959. Windows color (decimal): -9487417 or 13056879. OLE color: 13056879.
HSL color Cylindrical-coordinate representation of color #6F3BC7: hue angle of 262.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F3BC7 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 111 | 59 | 199 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.22 |
| HSL | 262.29º | 0.56% | 0.51% | - |
| HSV(B) | 262.29º | 0.7% | 0.78% | - |
| XYZ | 18.43 | 10.63 | 55.11 | - |
| YUV | 90.51 | 189.23 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 59 | 199 | 0.44 | 0.70 | 0 | 0.22 | 262.29 | 0.56 | 0.51 |
| Hex | 6F | 3B | C7 | 2C | 46 | 0 | 16 | 106 | 38 | 33 |
| Octal | 157 | 73 | 307 | 54 | 106 | 0 | 26 | 406 | 70 | 63 |
| Binary | 1101111 | 111011 | 11000111 | 101100 | 1000110 | 0 | 10110 | 100000110 | 111000 | 110011 |
Color Harmonies of #6F3BC7
Complementary color
Monochromatic Colors of #6F3BC7
Black with #6F3BC7
Text Example
Text Example
White with #6F3BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3BC7; }
p { color: rgb(111,59,199); }
H1.HeaderClassName
{
color: #6F3BC7;
}
.AnyTagClassName
{
color: #6F3BC7;
}
</style>
background-color css
<style>
a { background-color: #6F3BC7; }
a { background-color: rgb(111,59,199); }
div.DivClassName
{
background-color: #6F3BC7;
}
.BgClassName
{
background-color: #6F3BC7;
}
</style>
border-color css
<style>
span { border-color: #6F3BC7; }
span { border-color: rgb(111,59,199); }
td.TdClassName
{
border-color: #6F3BC7;
}
.TagClassName
{
border-color: #6F3BC7;
}
</style>