Shades of Purple Heart #6A09B7
Tints of Purple Heart #6A09B7
RGB
CMYK
RGB Variations
Color information
#6A09B7 (or 0x6A09B7) is known color: Purple Heart. HEX triplet: 6A, 09 and B7. RGB value is (106,9,183). Sum of RGB (Red+Green+Blue) = 106+9+183=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 183 (71.88% from 255 or 61.41% from 298); Max value from RGB is 183 - color contains mainly: blue. Hex color #6A09B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A09B7 is #95F648. Grayscale: #393939. Windows color (decimal): -9827913 or 11995498. OLE color: 11995498.
HSL color Cylindrical-coordinate representation of color #6A09B7: hue angle of 273.45º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A09B7 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 9 | 183 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.28 |
| HSL | 273.45º | 0.91% | 0.38% | - |
| HSV(B) | 273.45º | 0.95% | 0.72% | - |
| XYZ | 14.59 | 6.68 | 45.32 | - |
| YUV | 57.84 | 198.64 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 9 | 183 | 0.42 | 0.95 | 0 | 0.28 | 273.45 | 0.91 | 0.38 |
| Hex | 6A | 9 | B7 | 2A | 5F | 0 | 1C | 111 | 5B | 26 |
| Octal | 152 | 11 | 267 | 52 | 137 | 0 | 34 | 421 | 133 | 46 |
| Binary | 1101010 | 1001 | 10110111 | 101010 | 1011111 | 0 | 11100 | 100010001 | 1011011 | 100110 |
Color Harmonies of #6A09B7
Complementary color
Monochromatic Colors of #6A09B7
Black with #6A09B7
Text Example
Text Example
White with #6A09B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A09B7; }
p { color: rgb(106,9,183); }
H1.HeaderClassName
{
color: #6A09B7;
}
.AnyTagClassName
{
color: #6A09B7;
}
</style>
background-color css
<style>
a { background-color: #6A09B7; }
a { background-color: rgb(106,9,183); }
div.DivClassName
{
background-color: #6A09B7;
}
.BgClassName
{
background-color: #6A09B7;
}
</style>
border-color css
<style>
span { border-color: #6A09B7; }
span { border-color: rgb(106,9,183); }
td.TdClassName
{
border-color: #6A09B7;
}
.TagClassName
{
border-color: #6A09B7;
}
</style>