Shades of Purple Heart #6711BB
Tints of Purple Heart #6711BB
RGB
CMYK
RGB Variations
Color information
#6711BB (or 0x6711BB) is known color: Purple Heart. HEX triplet: 67, 11 and BB. RGB value is (103,17,187). Sum of RGB (Red+Green+Blue) = 103+17+187=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #6711BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6711BB is #98EE44. Grayscale: #3D3D3D. Windows color (decimal): -10022469 or 12259687. OLE color: 12259687.
HSL color Cylindrical-coordinate representation of color #6711BB: hue angle of 270.35º 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 #6711BB is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 17 | 187 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.27 |
| HSL | 270.35º | 0.83% | 0.4% | - |
| HSV(B) | 270.35º | 0.91% | 0.73% | - |
| XYZ | 14.76 | 6.87 | 47.56 | - |
| YUV | 62.09 | 198.49 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 17 | 187 | 0.45 | 0.91 | 0 | 0.27 | 270.35 | 0.83 | 0.4 |
| Hex | 67 | 11 | BB | 2D | 5B | 0 | 1B | 10E | 53 | 28 |
| Octal | 147 | 21 | 273 | 55 | 133 | 0 | 33 | 416 | 123 | 50 |
| Binary | 1100111 | 10001 | 10111011 | 101101 | 1011011 | 0 | 11011 | 100001110 | 1010011 | 101000 |
Color Harmonies of #6711BB
Complementary color
Monochromatic Colors of #6711BB
Black with #6711BB
Text Example
Text Example
White with #6711BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6711BB; }
p { color: rgb(103,17,187); }
H1.HeaderClassName
{
color: #6711BB;
}
.AnyTagClassName
{
color: #6711BB;
}
</style>
background-color css
<style>
a { background-color: #6711BB; }
a { background-color: rgb(103,17,187); }
div.DivClassName
{
background-color: #6711BB;
}
.BgClassName
{
background-color: #6711BB;
}
</style>
border-color css
<style>
span { border-color: #6711BB; }
span { border-color: rgb(103,17,187); }
td.TdClassName
{
border-color: #6711BB;
}
.TagClassName
{
border-color: #6711BB;
}
</style>