Shades of Purple Heart #6D09AF
Tints of Purple Heart #6D09AF
RGB
CMYK
RGB Variations
Color information
#6D09AF (or 0x6D09AF) is known color: Purple Heart. HEX triplet: 6D, 09 and AF. RGB value is (109,9,175). Sum of RGB (Red+Green+Blue) = 109+9+175=293 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.20% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 175 (68.75% from 255 or 59.73% from 293); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D09AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D09AF is #92F650. Grayscale: #393939. Windows color (decimal): -9631313 or 11471213. OLE color: 11471213.
HSL color Cylindrical-coordinate representation of color #6D09AF: hue angle of 276.14º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D09AF is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 9 | 175 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.31 |
| HSL | 276.14º | 0.9% | 0.36% | - |
| HSV(B) | 276.14º | 0.95% | 0.69% | - |
| XYZ | 14.14 | 6.54 | 41.07 | - |
| YUV | 57.82 | 194.13 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 9 | 175 | 0.38 | 0.95 | 0 | 0.31 | 276.14 | 0.9 | 0.36 |
| Hex | 6D | 9 | AF | 26 | 5F | 0 | 1F | 114 | 5A | 24 |
| Octal | 155 | 11 | 257 | 46 | 137 | 0 | 37 | 424 | 132 | 44 |
| Binary | 1101101 | 1001 | 10101111 | 100110 | 1011111 | 0 | 11111 | 100010100 | 1011010 | 100100 |
Color Harmonies of #6D09AF
Complementary color
Monochromatic Colors of #6D09AF
Black with #6D09AF
Text Example
Text Example
White with #6D09AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D09AF; }
p { color: rgb(109,9,175); }
H1.HeaderClassName
{
color: #6D09AF;
}
.AnyTagClassName
{
color: #6D09AF;
}
</style>
background-color css
<style>
a { background-color: #6D09AF; }
a { background-color: rgb(109,9,175); }
div.DivClassName
{
background-color: #6D09AF;
}
.BgClassName
{
background-color: #6D09AF;
}
</style>
border-color css
<style>
span { border-color: #6D09AF; }
span { border-color: rgb(109,9,175); }
td.TdClassName
{
border-color: #6D09AF;
}
.TagClassName
{
border-color: #6D09AF;
}
</style>