Shades of Purple Heart #6D09AB
Tints of Purple Heart #6D09AB
RGB
CMYK
RGB Variations
Color information
#6D09AB (or 0x6D09AB) is known color: Purple Heart. HEX triplet: 6D, 09 and AB. RGB value is (109,9,171). Sum of RGB (Red+Green+Blue) = 109+9+171=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D09AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D09AB is #92F654. Grayscale: #383838. Windows color (decimal): -9631317 or 11209069. OLE color: 11209069.
HSL color Cylindrical-coordinate representation of color #6D09AB: hue angle of 277.04º 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 #6D09AB is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 9 | 171 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.33 |
| HSL | 277.04º | 0.9% | 0.35% | - |
| HSV(B) | 277.04º | 0.95% | 0.67% | - |
| XYZ | 13.76 | 6.39 | 39.04 | - |
| YUV | 57.37 | 192.13 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 9 | 171 | 0.36 | 0.95 | 0 | 0.33 | 277.04 | 0.9 | 0.35 |
| Hex | 6D | 9 | AB | 24 | 5F | 0 | 21 | 115 | 5A | 23 |
| Octal | 155 | 11 | 253 | 44 | 137 | 0 | 41 | 425 | 132 | 43 |
| Binary | 1101101 | 1001 | 10101011 | 100100 | 1011111 | 0 | 100001 | 100010101 | 1011010 | 100011 |
Color Harmonies of #6D09AB
Complementary color
Monochromatic Colors of #6D09AB
Black with #6D09AB
Text Example
Text Example
White with #6D09AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D09AB; }
p { color: rgb(109,9,171); }
H1.HeaderClassName
{
color: #6D09AB;
}
.AnyTagClassName
{
color: #6D09AB;
}
</style>
background-color css
<style>
a { background-color: #6D09AB; }
a { background-color: rgb(109,9,171); }
div.DivClassName
{
background-color: #6D09AB;
}
.BgClassName
{
background-color: #6D09AB;
}
</style>
border-color css
<style>
span { border-color: #6D09AB; }
span { border-color: rgb(109,9,171); }
td.TdClassName
{
border-color: #6D09AB;
}
.TagClassName
{
border-color: #6D09AB;
}
</style>