Shades of Purple Heart #6A09C7
Tints of Purple Heart #6A09C7
RGB
CMYK
RGB Variations
Color information
#6A09C7 (or 0x6A09C7) is known color: Purple Heart. HEX triplet: 6A, 09 and C7. RGB value is (106,9,199). Sum of RGB (Red+Green+Blue) = 106+9+199=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 199 (78.12% from 255 or 63.38% from 314); Max value from RGB is 199 - color contains mainly: blue. Hex color #6A09C7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A09C7 is #95F638. Grayscale: #3B3B3B. Windows color (decimal): -9827897 or 13044074. OLE color: 13044074.
HSL color Cylindrical-coordinate representation of color #6A09C7: hue angle of 270.63º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A09C7 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 106 | 9 | 199 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.22 |
| HSL | 270.63º | 0.91% | 0.41% | - |
| HSV(B) | 270.63º | 0.95% | 0.78% | - |
| XYZ | 16.35 | 7.38 | 54.6 | - |
| YUV | 59.66 | 206.64 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 9 | 199 | 0.47 | 0.95 | 0 | 0.22 | 270.63 | 0.91 | 0.41 |
| Hex | 6A | 9 | C7 | 2F | 5F | 0 | 16 | 10F | 5B | 29 |
| Octal | 152 | 11 | 307 | 57 | 137 | 0 | 26 | 417 | 133 | 51 |
| Binary | 1101010 | 1001 | 11000111 | 101111 | 1011111 | 0 | 10110 | 100001111 | 1011011 | 101001 |
Color Harmonies of #6A09C7
Complementary color
Monochromatic Colors of #6A09C7
Black with #6A09C7
Text Example
Text Example
White with #6A09C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A09C7; }
p { color: rgb(106,9,199); }
H1.HeaderClassName
{
color: #6A09C7;
}
.AnyTagClassName
{
color: #6A09C7;
}
</style>
background-color css
<style>
a { background-color: #6A09C7; }
a { background-color: rgb(106,9,199); }
div.DivClassName
{
background-color: #6A09C7;
}
.BgClassName
{
background-color: #6A09C7;
}
</style>
border-color css
<style>
span { border-color: #6A09C7; }
span { border-color: rgb(106,9,199); }
td.TdClassName
{
border-color: #6A09C7;
}
.TagClassName
{
border-color: #6A09C7;
}
</style>