Shades of Purple Heart #6D09BE
Tints of Purple Heart #6D09BE
RGB
CMYK
RGB Variations
Color information
#6D09BE (or 0x6D09BE) is known color: Purple Heart. HEX triplet: 6D, 09 and BE. RGB value is (109,9,190). Sum of RGB (Red+Green+Blue) = 109+9+190=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D09BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D09BE is #92F641. Grayscale: #3A3A3A. Windows color (decimal): -9631298 or 12454253. OLE color: 12454253.
HSL color Cylindrical-coordinate representation of color #6D09BE: hue angle of 273.15º 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 #6D09BE is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 9 | 190 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.25 |
| HSL | 273.15º | 0.91% | 0.39% | - |
| HSV(B) | 273.15º | 0.95% | 0.75% | - |
| XYZ | 15.7 | 7.16 | 49.27 | - |
| YUV | 59.53 | 201.63 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 9 | 190 | 0.43 | 0.95 | 0 | 0.25 | 273.15 | 0.91 | 0.39 |
| Hex | 6D | 9 | BE | 2B | 5F | 0 | 19 | 111 | 5B | 27 |
| Octal | 155 | 11 | 276 | 53 | 137 | 0 | 31 | 421 | 133 | 47 |
| Binary | 1101101 | 1001 | 10111110 | 101011 | 1011111 | 0 | 11001 | 100010001 | 1011011 | 100111 |
Color Harmonies of #6D09BE
Complementary color
Monochromatic Colors of #6D09BE
Black with #6D09BE
Text Example
Text Example
White with #6D09BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D09BE; }
p { color: rgb(109,9,190); }
H1.HeaderClassName
{
color: #6D09BE;
}
.AnyTagClassName
{
color: #6D09BE;
}
</style>
background-color css
<style>
a { background-color: #6D09BE; }
a { background-color: rgb(109,9,190); }
div.DivClassName
{
background-color: #6D09BE;
}
.BgClassName
{
background-color: #6D09BE;
}
</style>
border-color css
<style>
span { border-color: #6D09BE; }
span { border-color: rgb(109,9,190); }
td.TdClassName
{
border-color: #6D09BE;
}
.TagClassName
{
border-color: #6D09BE;
}
</style>