Shades of Purple Heart #6F09AB
Tints of Purple Heart #6F09AB
RGB
CMYK
RGB Variations
Color information
#6F09AB (or 0x6F09AB) is known color: Purple Heart. HEX triplet: 6F, 09 and AB. RGB value is (111,9,171). Sum of RGB (Red+Green+Blue) = 111+9+171=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F09AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F09AB is #90F654. Grayscale: #393939. Windows color (decimal): -9500245 or 11209071. OLE color: 11209071.
HSL color Cylindrical-coordinate representation of color #6F09AB: hue angle of 277.78º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F09AB is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 9 | 171 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.33 |
| HSL | 277.78º | 0.9% | 0.35% | - |
| HSV(B) | 277.78º | 0.95% | 0.67% | - |
| XYZ | 14 | 6.52 | 39.05 | - |
| YUV | 57.97 | 191.79 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 171 | 0.35 | 0.95 | 0 | 0.33 | 277.78 | 0.9 | 0.35 |
| Hex | 6F | 9 | AB | 23 | 5F | 0 | 21 | 116 | 5A | 23 |
| Octal | 157 | 11 | 253 | 43 | 137 | 0 | 41 | 426 | 132 | 43 |
| Binary | 1101111 | 1001 | 10101011 | 100011 | 1011111 | 0 | 100001 | 100010110 | 1011010 | 100011 |
Color Harmonies of #6F09AB
Complementary color
Monochromatic Colors of #6F09AB
Black with #6F09AB
Text Example
Text Example
White with #6F09AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F09AB; }
p { color: rgb(111,9,171); }
H1.HeaderClassName
{
color: #6F09AB;
}
.AnyTagClassName
{
color: #6F09AB;
}
</style>
background-color css
<style>
a { background-color: #6F09AB; }
a { background-color: rgb(111,9,171); }
div.DivClassName
{
background-color: #6F09AB;
}
.BgClassName
{
background-color: #6F09AB;
}
</style>
border-color css
<style>
span { border-color: #6F09AB; }
span { border-color: rgb(111,9,171); }
td.TdClassName
{
border-color: #6F09AB;
}
.TagClassName
{
border-color: #6F09AB;
}
</style>