Shades of Purple Heart #6A09C0
Tints of Purple Heart #6A09C0
RGB
CMYK
RGB Variations
Color information
#6A09C0 (or 0x6A09C0) is known color: Purple Heart. HEX triplet: 6A, 09 and C0. RGB value is (106,9,192). Sum of RGB (Red+Green+Blue) = 106+9+192=307 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.53% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 192 (75.39% from 255 or 62.54% from 307); Max value from RGB is 192 - color contains mainly: blue. Hex color #6A09C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A09C0 is #95F63F. Grayscale: #3A3A3A. Windows color (decimal): -9827904 or 12585322. OLE color: 12585322.
HSL color Cylindrical-coordinate representation of color #6A09C0: hue angle of 271.8º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A09C0 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 9 | 192 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.25 |
| HSL | 271.8º | 0.91% | 0.39% | - |
| HSV(B) | 271.8º | 0.95% | 0.75% | - |
| XYZ | 15.56 | 7.07 | 50.41 | - |
| YUV | 58.87 | 203.14 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 9 | 192 | 0.45 | 0.95 | 0 | 0.25 | 271.8 | 0.91 | 0.39 |
| Hex | 6A | 9 | C0 | 2D | 5F | 0 | 19 | 110 | 5B | 27 |
| Octal | 152 | 11 | 300 | 55 | 137 | 0 | 31 | 420 | 133 | 47 |
| Binary | 1101010 | 1001 | 11000000 | 101101 | 1011111 | 0 | 11001 | 100010000 | 1011011 | 100111 |
Color Harmonies of #6A09C0
Complementary color
Monochromatic Colors of #6A09C0
Black with #6A09C0
Text Example
Text Example
White with #6A09C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A09C0; }
p { color: rgb(106,9,192); }
H1.HeaderClassName
{
color: #6A09C0;
}
.AnyTagClassName
{
color: #6A09C0;
}
</style>
background-color css
<style>
a { background-color: #6A09C0; }
a { background-color: rgb(106,9,192); }
div.DivClassName
{
background-color: #6A09C0;
}
.BgClassName
{
background-color: #6A09C0;
}
</style>
border-color css
<style>
span { border-color: #6A09C0; }
span { border-color: rgb(106,9,192); }
td.TdClassName
{
border-color: #6A09C0;
}
.TagClassName
{
border-color: #6A09C0;
}
</style>