Shades of Purple Heart #6F09C7
Tints of Purple Heart #6F09C7
RGB
CMYK
RGB Variations
Color information
#6F09C7 (or 0x6F09C7) is known color: Purple Heart. HEX triplet: 6F, 09 and C7. RGB value is (111,9,199). Sum of RGB (Red+Green+Blue) = 111+9+199=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 199 (78.12% from 255 or 62.38% from 319); Max value from RGB is 199 - color contains mainly: blue. Hex color #6F09C7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F09C7 is #90F638. Grayscale: #3C3C3C. Windows color (decimal): -9500217 or 13044079. OLE color: 13044079.
HSL color Cylindrical-coordinate representation of color #6F09C7: hue angle of 272.21º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F09C7 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 111 | 9 | 199 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.22 |
| HSL | 272.21º | 0.91% | 0.41% | - |
| HSV(B) | 272.21º | 0.95% | 0.78% | - |
| XYZ | 16.96 | 7.7 | 54.62 | - |
| YUV | 61.16 | 205.79 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 199 | 0.44 | 0.95 | 0 | 0.22 | 272.21 | 0.91 | 0.41 |
| Hex | 6F | 9 | C7 | 2C | 5F | 0 | 16 | 110 | 5B | 29 |
| Octal | 157 | 11 | 307 | 54 | 137 | 0 | 26 | 420 | 133 | 51 |
| Binary | 1101111 | 1001 | 11000111 | 101100 | 1011111 | 0 | 10110 | 100010000 | 1011011 | 101001 |
Color Harmonies of #6F09C7
Complementary color
Monochromatic Colors of #6F09C7
Black with #6F09C7
Text Example
Text Example
White with #6F09C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F09C7; }
p { color: rgb(111,9,199); }
H1.HeaderClassName
{
color: #6F09C7;
}
.AnyTagClassName
{
color: #6F09C7;
}
</style>
background-color css
<style>
a { background-color: #6F09C7; }
a { background-color: rgb(111,9,199); }
div.DivClassName
{
background-color: #6F09C7;
}
.BgClassName
{
background-color: #6F09C7;
}
</style>
border-color css
<style>
span { border-color: #6F09C7; }
span { border-color: rgb(111,9,199); }
td.TdClassName
{
border-color: #6F09C7;
}
.TagClassName
{
border-color: #6F09C7;
}
</style>