Shades of Purple Heart #6F11C4
Tints of Purple Heart #6F11C4
RGB
CMYK
RGB Variations
Color information
#6F11C4 (or 0x6F11C4) is known color: Purple Heart. HEX triplet: 6F, 11 and C4. RGB value is (111,17,196). Sum of RGB (Red+Green+Blue) = 111+17+196=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 196 (76.95% from 255 or 60.49% from 324); Max value from RGB is 196 - color contains mainly: blue. Hex color #6F11C4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F11C4 is #90EE3B. Grayscale: #404040. Windows color (decimal): -9498172 or 12849519. OLE color: 12849519.
HSL color Cylindrical-coordinate representation of color #6F11C4: hue angle of 271.51º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F11C4 is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 111 | 17 | 196 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.23 |
| HSL | 271.51º | 0.84% | 0.42% | - |
| HSV(B) | 271.51º | 0.91% | 0.77% | - |
| XYZ | 16.72 | 7.77 | 52.84 | - |
| YUV | 65.51 | 201.64 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 196 | 0.43 | 0.91 | 0 | 0.23 | 271.51 | 0.84 | 0.42 |
| Hex | 6F | 11 | C4 | 2B | 5B | 0 | 17 | 110 | 54 | 2A |
| Octal | 157 | 21 | 304 | 53 | 133 | 0 | 27 | 420 | 124 | 52 |
| Binary | 1101111 | 10001 | 11000100 | 101011 | 1011011 | 0 | 10111 | 100010000 | 1010100 | 101010 |
Color Harmonies of #6F11C4
Complementary color
Monochromatic Colors of #6F11C4
Black with #6F11C4
Text Example
Text Example
White with #6F11C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F11C4; }
p { color: rgb(111,17,196); }
H1.HeaderClassName
{
color: #6F11C4;
}
.AnyTagClassName
{
color: #6F11C4;
}
</style>
background-color css
<style>
a { background-color: #6F11C4; }
a { background-color: rgb(111,17,196); }
div.DivClassName
{
background-color: #6F11C4;
}
.BgClassName
{
background-color: #6F11C4;
}
</style>
border-color css
<style>
span { border-color: #6F11C4; }
span { border-color: rgb(111,17,196); }
td.TdClassName
{
border-color: #6F11C4;
}
.TagClassName
{
border-color: #6F11C4;
}
</style>