Shades of Purple Heart #6711BA
Tints of Purple Heart #6711BA
RGB
CMYK
RGB Variations
Color information
#6711BA (or 0x6711BA) is known color: Purple Heart. HEX triplet: 67, 11 and BA. RGB value is (103,17,186). Sum of RGB (Red+Green+Blue) = 103+17+186=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #6711BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6711BA is #98EE45. Grayscale: #3D3D3D. Windows color (decimal): -10022470 or 12194151. OLE color: 12194151.
HSL color Cylindrical-coordinate representation of color #6711BA: hue angle of 270.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6711BA is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 17 | 186 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.27 |
| HSL | 270.53º | 0.83% | 0.4% | - |
| HSV(B) | 270.53º | 0.91% | 0.73% | - |
| XYZ | 14.66 | 6.83 | 47 | - |
| YUV | 61.98 | 197.99 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 17 | 186 | 0.45 | 0.91 | 0 | 0.27 | 270.53 | 0.83 | 0.4 |
| Hex | 67 | 11 | BA | 2D | 5B | 0 | 1B | 10F | 53 | 28 |
| Octal | 147 | 21 | 272 | 55 | 133 | 0 | 33 | 417 | 123 | 50 |
| Binary | 1100111 | 10001 | 10111010 | 101101 | 1011011 | 0 | 11011 | 100001111 | 1010011 | 101000 |
Color Harmonies of #6711BA
Complementary color
Monochromatic Colors of #6711BA
Black with #6711BA
Text Example
Text Example
White with #6711BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6711BA; }
p { color: rgb(103,17,186); }
H1.HeaderClassName
{
color: #6711BA;
}
.AnyTagClassName
{
color: #6711BA;
}
</style>
background-color css
<style>
a { background-color: #6711BA; }
a { background-color: rgb(103,17,186); }
div.DivClassName
{
background-color: #6711BA;
}
.BgClassName
{
background-color: #6711BA;
}
</style>
border-color css
<style>
span { border-color: #6711BA; }
span { border-color: rgb(103,17,186); }
td.TdClassName
{
border-color: #6711BA;
}
.TagClassName
{
border-color: #6711BA;
}
</style>