Shades of Purple Heart #6F09BC
Tints of Purple Heart #6F09BC
RGB
CMYK
RGB Variations
Color information
#6F09BC (or 0x6F09BC) is known color: Purple Heart. HEX triplet: 6F, 09 and BC. RGB value is (111,9,188). Sum of RGB (Red+Green+Blue) = 111+9+188=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F09BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F09BC is #90F643. Grayscale: #3B3B3B. Windows color (decimal): -9500228 or 12323183. OLE color: 12323183.
HSL color Cylindrical-coordinate representation of color #6F09BC: hue angle of 274.19º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F09BC is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 9 | 188 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.26 |
| HSL | 274.19º | 0.91% | 0.39% | - |
| HSV(B) | 274.19º | 0.95% | 0.74% | - |
| XYZ | 15.73 | 7.21 | 48.14 | - |
| YUV | 59.9 | 200.29 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 188 | 0.41 | 0.95 | 0 | 0.26 | 274.19 | 0.91 | 0.39 |
| Hex | 6F | 9 | BC | 29 | 5F | 0 | 1A | 112 | 5B | 27 |
| Octal | 157 | 11 | 274 | 51 | 137 | 0 | 32 | 422 | 133 | 47 |
| Binary | 1101111 | 1001 | 10111100 | 101001 | 1011111 | 0 | 11010 | 100010010 | 1011011 | 100111 |
Color Harmonies of #6F09BC
Complementary color
Monochromatic Colors of #6F09BC
Black with #6F09BC
Text Example
Text Example
White with #6F09BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F09BC; }
p { color: rgb(111,9,188); }
H1.HeaderClassName
{
color: #6F09BC;
}
.AnyTagClassName
{
color: #6F09BC;
}
</style>
background-color css
<style>
a { background-color: #6F09BC; }
a { background-color: rgb(111,9,188); }
div.DivClassName
{
background-color: #6F09BC;
}
.BgClassName
{
background-color: #6F09BC;
}
</style>
border-color css
<style>
span { border-color: #6F09BC; }
span { border-color: rgb(111,9,188); }
td.TdClassName
{
border-color: #6F09BC;
}
.TagClassName
{
border-color: #6F09BC;
}
</style>