Shades of Purple Heart #6C13BA
Tints of Purple Heart #6C13BA
RGB
CMYK
RGB Variations
Color information
#6C13BA (or 0x6C13BA) is known color: Purple Heart. HEX triplet: 6C, 13 and BA. RGB value is (108,19,186). Sum of RGB (Red+Green+Blue) = 108+19+186=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C13BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C13BA is #93EC45. Grayscale: #404040. Windows color (decimal): -9694278 or 12194668. OLE color: 12194668.
HSL color Cylindrical-coordinate representation of color #6C13BA: hue angle of 271.98º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C13BA is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 19 | 186 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.27 |
| HSL | 271.98º | 0.81% | 0.4% | - |
| HSV(B) | 271.98º | 0.9% | 0.73% | - |
| XYZ | 15.28 | 7.2 | 47.04 | - |
| YUV | 64.65 | 196.49 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 19 | 186 | 0.42 | 0.90 | 0 | 0.27 | 271.98 | 0.81 | 0.4 |
| Hex | 6C | 13 | BA | 2A | 5A | 0 | 1B | 110 | 51 | 28 |
| Octal | 154 | 23 | 272 | 52 | 132 | 0 | 33 | 420 | 121 | 50 |
| Binary | 1101100 | 10011 | 10111010 | 101010 | 1011010 | 0 | 11011 | 100010000 | 1010001 | 101000 |
Color Harmonies of #6C13BA
Complementary color
Monochromatic Colors of #6C13BA
Black with #6C13BA
Text Example
Text Example
White with #6C13BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C13BA; }
p { color: rgb(108,19,186); }
H1.HeaderClassName
{
color: #6C13BA;
}
.AnyTagClassName
{
color: #6C13BA;
}
</style>
background-color css
<style>
a { background-color: #6C13BA; }
a { background-color: rgb(108,19,186); }
div.DivClassName
{
background-color: #6C13BA;
}
.BgClassName
{
background-color: #6C13BA;
}
</style>
border-color css
<style>
span { border-color: #6C13BA; }
span { border-color: rgb(108,19,186); }
td.TdClassName
{
border-color: #6C13BA;
}
.TagClassName
{
border-color: #6C13BA;
}
</style>