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