Shades of Purple Heart #6610BB
Tints of Purple Heart #6610BB
RGB
CMYK
RGB Variations
Color information
#6610BB (or 0x6610BB) is known color: Purple Heart. HEX triplet: 66, 10 and BB. RGB value is (102,16,187). Sum of RGB (Red+Green+Blue) = 102+16+187=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #6610BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6610BB is #99EF44. Grayscale: #3C3C3C. Windows color (decimal): -10088261 or 12259430. OLE color: 12259430.
HSL color Cylindrical-coordinate representation of color #6610BB: hue angle of 270.18º degrees, saturation: 0.84, 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 #6610BB is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 16 | 187 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.27 |
| HSL | 270.18º | 0.84% | 0.4% | - |
| HSV(B) | 270.18º | 0.91% | 0.73% | - |
| XYZ | 14.63 | 6.78 | 47.55 | - |
| YUV | 61.21 | 198.99 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 16 | 187 | 0.45 | 0.91 | 0 | 0.27 | 270.18 | 0.84 | 0.4 |
| Hex | 66 | 10 | BB | 2D | 5B | 0 | 1B | 10E | 54 | 28 |
| Octal | 146 | 20 | 273 | 55 | 133 | 0 | 33 | 416 | 124 | 50 |
| Binary | 1100110 | 10000 | 10111011 | 101101 | 1011011 | 0 | 11011 | 100001110 | 1010100 | 101000 |
Color Harmonies of #6610BB
Complementary color
Monochromatic Colors of #6610BB
Black with #6610BB
Text Example
Text Example
White with #6610BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6610BB; }
p { color: rgb(102,16,187); }
H1.HeaderClassName
{
color: #6610BB;
}
.AnyTagClassName
{
color: #6610BB;
}
</style>
background-color css
<style>
a { background-color: #6610BB; }
a { background-color: rgb(102,16,187); }
div.DivClassName
{
background-color: #6610BB;
}
.BgClassName
{
background-color: #6610BB;
}
</style>
border-color css
<style>
span { border-color: #6610BB; }
span { border-color: rgb(102,16,187); }
td.TdClassName
{
border-color: #6610BB;
}
.TagClassName
{
border-color: #6610BB;
}
</style>