Shades of Purple Heart #6F09B7
Tints of Purple Heart #6F09B7
RGB
CMYK
RGB Variations
Color information
#6F09B7 (or 0x6F09B7) is known color: Purple Heart. HEX triplet: 6F, 09 and B7. RGB value is (111,9,183). Sum of RGB (Red+Green+Blue) = 111+9+183=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 183 (71.88% from 255 or 60.40% from 303); Max value from RGB is 183 - color contains mainly: blue. Hex color #6F09B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F09B7 is #90F648. Grayscale: #3A3A3A. Windows color (decimal): -9500233 or 11995503. OLE color: 11995503.
HSL color Cylindrical-coordinate representation of color #6F09B7: hue angle of 275.17º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F09B7 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 111 | 9 | 183 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.28 |
| HSL | 275.17º | 0.91% | 0.38% | - |
| HSV(B) | 275.17º | 0.95% | 0.72% | - |
| XYZ | 15.2 | 6.99 | 45.35 | - |
| YUV | 59.33 | 197.79 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 183 | 0.39 | 0.95 | 0 | 0.28 | 275.17 | 0.91 | 0.38 |
| Hex | 6F | 9 | B7 | 27 | 5F | 0 | 1C | 113 | 5B | 26 |
| Octal | 157 | 11 | 267 | 47 | 137 | 0 | 34 | 423 | 133 | 46 |
| Binary | 1101111 | 1001 | 10110111 | 100111 | 1011111 | 0 | 11100 | 100010011 | 1011011 | 100110 |
Color Harmonies of #6F09B7
Complementary color
Monochromatic Colors of #6F09B7
Black with #6F09B7
Text Example
Text Example
White with #6F09B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F09B7; }
p { color: rgb(111,9,183); }
H1.HeaderClassName
{
color: #6F09B7;
}
.AnyTagClassName
{
color: #6F09B7;
}
</style>
background-color css
<style>
a { background-color: #6F09B7; }
a { background-color: rgb(111,9,183); }
div.DivClassName
{
background-color: #6F09B7;
}
.BgClassName
{
background-color: #6F09B7;
}
</style>
border-color css
<style>
span { border-color: #6F09B7; }
span { border-color: rgb(111,9,183); }
td.TdClassName
{
border-color: #6F09B7;
}
.TagClassName
{
border-color: #6F09B7;
}
</style>