Shades of Purple Heart #6209BA
Tints of Purple Heart #6209BA
RGB
CMYK
RGB Variations
Color information
#6209BA (or 0x6209BA) is known color: Purple Heart. HEX triplet: 62, 09 and BA. RGB value is (98,9,186). Sum of RGB (Red+Green+Blue) = 98+9+186=293 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.45% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #6209BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6209BA is #9DF645. Grayscale: #373737. Windows color (decimal): -10352198 or 12192098. OLE color: 12192098.
HSL color Cylindrical-coordinate representation of color #6209BA: hue angle of 270.17º 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 #6209BA is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 9 | 186 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.27 |
| HSL | 270.17º | 0.91% | 0.38% | - |
| HSV(B) | 270.17º | 0.95% | 0.73% | - |
| XYZ | 14 | 6.34 | 46.94 | - |
| YUV | 55.79 | 201.49 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 9 | 186 | 0.47 | 0.95 | 0 | 0.27 | 270.17 | 0.91 | 0.38 |
| Hex | 62 | 9 | BA | 2F | 5F | 0 | 1B | 10E | 5B | 26 |
| Octal | 142 | 11 | 272 | 57 | 137 | 0 | 33 | 416 | 133 | 46 |
| Binary | 1100010 | 1001 | 10111010 | 101111 | 1011111 | 0 | 11011 | 100001110 | 1011011 | 100110 |
Color Harmonies of #6209BA
Complementary color
Monochromatic Colors of #6209BA
Black with #6209BA
Text Example
Text Example
White with #6209BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6209BA; }
p { color: rgb(98,9,186); }
H1.HeaderClassName
{
color: #6209BA;
}
.AnyTagClassName
{
color: #6209BA;
}
</style>
background-color css
<style>
a { background-color: #6209BA; }
a { background-color: rgb(98,9,186); }
div.DivClassName
{
background-color: #6209BA;
}
.BgClassName
{
background-color: #6209BA;
}
</style>
border-color css
<style>
span { border-color: #6209BA; }
span { border-color: rgb(98,9,186); }
td.TdClassName
{
border-color: #6209BA;
}
.TagClassName
{
border-color: #6209BA;
}
</style>