Shades of Purple Heart #6A09BB
Tints of Purple Heart #6A09BB
RGB
CMYK
RGB Variations
Color information
#6A09BB (or 0x6A09BB) is known color: Purple Heart. HEX triplet: 6A, 09 and BB. RGB value is (106,9,187). Sum of RGB (Red+Green+Blue) = 106+9+187=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #6A09BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A09BB is #95F644. Grayscale: #393939. Windows color (decimal): -9827909 or 12257642. OLE color: 12257642.
HSL color Cylindrical-coordinate representation of color #6A09BB: hue angle of 272.7º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A09BB is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 9 | 187 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.27 |
| HSL | 272.7º | 0.91% | 0.38% | - |
| HSV(B) | 272.7º | 0.95% | 0.73% | - |
| XYZ | 15.01 | 6.85 | 47.54 | - |
| YUV | 58.3 | 200.64 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 9 | 187 | 0.43 | 0.95 | 0 | 0.27 | 272.7 | 0.91 | 0.38 |
| Hex | 6A | 9 | BB | 2B | 5F | 0 | 1B | 111 | 5B | 26 |
| Octal | 152 | 11 | 273 | 53 | 137 | 0 | 33 | 421 | 133 | 46 |
| Binary | 1101010 | 1001 | 10111011 | 101011 | 1011111 | 0 | 11011 | 100010001 | 1011011 | 100110 |
Color Harmonies of #6A09BB
Complementary color
Monochromatic Colors of #6A09BB
Black with #6A09BB
Text Example
Text Example
White with #6A09BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A09BB; }
p { color: rgb(106,9,187); }
H1.HeaderClassName
{
color: #6A09BB;
}
.AnyTagClassName
{
color: #6A09BB;
}
</style>
background-color css
<style>
a { background-color: #6A09BB; }
a { background-color: rgb(106,9,187); }
div.DivClassName
{
background-color: #6A09BB;
}
.BgClassName
{
background-color: #6A09BB;
}
</style>
border-color css
<style>
span { border-color: #6A09BB; }
span { border-color: rgb(106,9,187); }
td.TdClassName
{
border-color: #6A09BB;
}
.TagClassName
{
border-color: #6A09BB;
}
</style>