Shades of Purple Heart #6600BC
Tints of Purple Heart #6600BC
RGB
CMYK
RGB Variations
Color information
#6600BC (or 0x6600BC) is known color: Purple Heart. HEX triplet: 66, 00 and BC. RGB value is (102,0,188). Sum of RGB (Red+Green+Blue) = 102+0+188=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 188 (73.83% from 255 or 64.83% from 290); Max value from RGB is 188 - color contains mainly: blue. Hex color #6600BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6600BC is #99FF43. Grayscale: #333333. Windows color (decimal): -10092356 or 12320870. OLE color: 12320870.
HSL color Cylindrical-coordinate representation of color #6600BC: hue angle of 272.55º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6600BC is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 0 | 188 | - |
| CMYK | 0.46 | 1 | 0 | 0.26 |
| HSL | 272.55º | 1% | 0.37% | - |
| HSV(B) | 272.55º | 1% | 0.74% | - |
| XYZ | 14.56 | 6.46 | 48.06 | - |
| YUV | 51.93 | 204.79 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 188 | 0.46 | 1 | 0 | 0.26 | 272.55 | 1 | 0.37 |
| Hex | 66 | 0 | BC | 2E | 64 | 0 | 1A | 111 | 64 | 25 |
| Octal | 146 | 0 | 274 | 56 | 144 | 0 | 32 | 421 | 144 | 45 |
| Binary | 1100110 | 0 | 10111100 | 101110 | 1100100 | 0 | 11010 | 100010001 | 1100100 | 100101 |
Color Harmonies of #6600BC
Complementary color
Monochromatic Colors of #6600BC
Black with #6600BC
Text Example
Text Example
White with #6600BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6600BC; }
p { color: rgb(102,0,188); }
H1.HeaderClassName
{
color: #6600BC;
}
.AnyTagClassName
{
color: #6600BC;
}
</style>
background-color css
<style>
a { background-color: #6600BC; }
a { background-color: rgb(102,0,188); }
div.DivClassName
{
background-color: #6600BC;
}
.BgClassName
{
background-color: #6600BC;
}
</style>
border-color css
<style>
span { border-color: #6600BC; }
span { border-color: rgb(102,0,188); }
td.TdClassName
{
border-color: #6600BC;
}
.TagClassName
{
border-color: #6600BC;
}
</style>