Shades of Purple Heart #6712BA
Tints of Purple Heart #6712BA
RGB
CMYK
RGB Variations
Color information
#6712BA (or 0x6712BA) is known color: Purple Heart. HEX triplet: 67, 12 and BA. RGB value is (103,18,186). Sum of RGB (Red+Green+Blue) = 103+18+186=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #6712BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6712BA is #98ED45. Grayscale: #3D3D3D. Windows color (decimal): -10022214 or 12194407. OLE color: 12194407.
HSL color Cylindrical-coordinate representation of color #6712BA: hue angle of 270.36º degrees, saturation: 0.82, 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 #6712BA is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 18 | 186 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.27 |
| HSL | 270.36º | 0.82% | 0.4% | - |
| HSV(B) | 270.36º | 0.9% | 0.73% | - |
| XYZ | 14.67 | 6.86 | 47.01 | - |
| YUV | 62.57 | 197.66 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 18 | 186 | 0.45 | 0.90 | 0 | 0.27 | 270.36 | 0.82 | 0.4 |
| Hex | 67 | 12 | BA | 2D | 5A | 0 | 1B | 10E | 52 | 28 |
| Octal | 147 | 22 | 272 | 55 | 132 | 0 | 33 | 416 | 122 | 50 |
| Binary | 1100111 | 10010 | 10111010 | 101101 | 1011010 | 0 | 11011 | 100001110 | 1010010 | 101000 |
Color Harmonies of #6712BA
Complementary color
Monochromatic Colors of #6712BA
Black with #6712BA
Text Example
Text Example
White with #6712BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6712BA; }
p { color: rgb(103,18,186); }
H1.HeaderClassName
{
color: #6712BA;
}
.AnyTagClassName
{
color: #6712BA;
}
</style>
background-color css
<style>
a { background-color: #6712BA; }
a { background-color: rgb(103,18,186); }
div.DivClassName
{
background-color: #6712BA;
}
.BgClassName
{
background-color: #6712BA;
}
</style>
border-color css
<style>
span { border-color: #6712BA; }
span { border-color: rgb(103,18,186); }
td.TdClassName
{
border-color: #6712BA;
}
.TagClassName
{
border-color: #6712BA;
}
</style>