Shades of Purple Heart #6F09B8
Tints of Purple Heart #6F09B8
RGB
CMYK
RGB Variations
Color information
#6F09B8 (or 0x6F09B8) is known color: Purple Heart. HEX triplet: 6F, 09 and B8. RGB value is (111,9,184). Sum of RGB (Red+Green+Blue) = 111+9+184=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 184 (72.27% from 255 or 60.53% from 304); Max value from RGB is 184 - color contains mainly: blue. Hex color #6F09B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F09B8 is #90F647. Grayscale: #3A3A3A. Windows color (decimal): -9500232 or 12061039. OLE color: 12061039.
HSL color Cylindrical-coordinate representation of color #6F09B8: hue angle of 274.97º 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 #6F09B8 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 111 | 9 | 184 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.28 |
| HSL | 274.97º | 0.91% | 0.38% | - |
| HSV(B) | 274.97º | 0.95% | 0.72% | - |
| XYZ | 15.3 | 7.04 | 45.9 | - |
| YUV | 59.45 | 198.29 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 184 | 0.40 | 0.95 | 0 | 0.28 | 274.97 | 0.91 | 0.38 |
| Hex | 6F | 9 | B8 | 28 | 5F | 0 | 1C | 113 | 5B | 26 |
| Octal | 157 | 11 | 270 | 50 | 137 | 0 | 34 | 423 | 133 | 46 |
| Binary | 1101111 | 1001 | 10111000 | 101000 | 1011111 | 0 | 11100 | 100010011 | 1011011 | 100110 |
Color Harmonies of #6F09B8
Complementary color
Monochromatic Colors of #6F09B8
Black with #6F09B8
Text Example
Text Example
White with #6F09B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F09B8; }
p { color: rgb(111,9,184); }
H1.HeaderClassName
{
color: #6F09B8;
}
.AnyTagClassName
{
color: #6F09B8;
}
</style>
background-color css
<style>
a { background-color: #6F09B8; }
a { background-color: rgb(111,9,184); }
div.DivClassName
{
background-color: #6F09B8;
}
.BgClassName
{
background-color: #6F09B8;
}
</style>
border-color css
<style>
span { border-color: #6F09B8; }
span { border-color: rgb(111,9,184); }
td.TdClassName
{
border-color: #6F09B8;
}
.TagClassName
{
border-color: #6F09B8;
}
</style>