Shades of Purple Heart #6309BA
Tints of Purple Heart #6309BA
RGB
CMYK
RGB Variations
Color information
#6309BA (or 0x6309BA) is known color: Purple Heart. HEX triplet: 63, 09 and BA. RGB value is (99,9,186). Sum of RGB (Red+Green+Blue) = 99+9+186=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #6309BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6309BA is #9CF645. Grayscale: #373737. Windows color (decimal): -10286662 or 12192099. OLE color: 12192099.
HSL color Cylindrical-coordinate representation of color #6309BA: hue angle of 270.51º 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 #6309BA is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 9 | 186 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.27 |
| HSL | 270.51º | 0.91% | 0.38% | - |
| HSV(B) | 270.51º | 0.95% | 0.73% | - |
| XYZ | 14.11 | 6.39 | 46.94 | - |
| YUV | 56.09 | 201.32 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 9 | 186 | 0.47 | 0.95 | 0 | 0.27 | 270.51 | 0.91 | 0.38 |
| Hex | 63 | 9 | BA | 2F | 5F | 0 | 1B | 10F | 5B | 26 |
| Octal | 143 | 11 | 272 | 57 | 137 | 0 | 33 | 417 | 133 | 46 |
| Binary | 1100011 | 1001 | 10111010 | 101111 | 1011111 | 0 | 11011 | 100001111 | 1011011 | 100110 |
Color Harmonies of #6309BA
Complementary color
Monochromatic Colors of #6309BA
Black with #6309BA
Text Example
Text Example
White with #6309BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6309BA; }
p { color: rgb(99,9,186); }
H1.HeaderClassName
{
color: #6309BA;
}
.AnyTagClassName
{
color: #6309BA;
}
</style>
background-color css
<style>
a { background-color: #6309BA; }
a { background-color: rgb(99,9,186); }
div.DivClassName
{
background-color: #6309BA;
}
.BgClassName
{
background-color: #6309BA;
}
</style>
border-color css
<style>
span { border-color: #6309BA; }
span { border-color: rgb(99,9,186); }
td.TdClassName
{
border-color: #6309BA;
}
.TagClassName
{
border-color: #6309BA;
}
</style>