Shades of Purple Heart #6C04BA
Tints of Purple Heart #6C04BA
RGB
CMYK
RGB Variations
Color information
#6C04BA (or 0x6C04BA) is known color: Purple Heart. HEX triplet: 6C, 04 and BA. RGB value is (108,4,186). Sum of RGB (Red+Green+Blue) = 108+4+186=298 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.24% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C04BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C04BA is #93FB45. Grayscale: #373737. Windows color (decimal): -9698118 or 12190828. OLE color: 12190828.
HSL color Cylindrical-coordinate representation of color #6C04BA: hue angle of 274.29º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C04BA is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 4 | 186 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.27 |
| HSL | 274.29º | 0.96% | 0.37% | - |
| HSV(B) | 274.29º | 0.98% | 0.73% | - |
| XYZ | 15.09 | 6.82 | 46.98 | - |
| YUV | 55.84 | 201.46 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 4 | 186 | 0.42 | 0.98 | 0 | 0.27 | 274.29 | 0.96 | 0.37 |
| Hex | 6C | 4 | BA | 2A | 62 | 0 | 1B | 112 | 60 | 25 |
| Octal | 154 | 4 | 272 | 52 | 142 | 0 | 33 | 422 | 140 | 45 |
| Binary | 1101100 | 100 | 10111010 | 101010 | 1100010 | 0 | 11011 | 100010010 | 1100000 | 100101 |
Color Harmonies of #6C04BA
Complementary color
Monochromatic Colors of #6C04BA
Black with #6C04BA
Text Example
Text Example
White with #6C04BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C04BA; }
p { color: rgb(108,4,186); }
H1.HeaderClassName
{
color: #6C04BA;
}
.AnyTagClassName
{
color: #6C04BA;
}
</style>
background-color css
<style>
a { background-color: #6C04BA; }
a { background-color: rgb(108,4,186); }
div.DivClassName
{
background-color: #6C04BA;
}
.BgClassName
{
background-color: #6C04BA;
}
</style>
border-color css
<style>
span { border-color: #6C04BA; }
span { border-color: rgb(108,4,186); }
td.TdClassName
{
border-color: #6C04BA;
}
.TagClassName
{
border-color: #6C04BA;
}
</style>