Shades of Purple Heart #6605BC
Tints of Purple Heart #6605BC
RGB
CMYK
RGB Variations
Color information
#6605BC (or 0x6605BC) is known color: Purple Heart. HEX triplet: 66, 05 and BC. RGB value is (102,5,188). Sum of RGB (Red+Green+Blue) = 102+5+188=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #6605BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6605BC is #99FA43. Grayscale: #363636. Windows color (decimal): -10091076 or 12322150. OLE color: 12322150.
HSL color Cylindrical-coordinate representation of color #6605BC: hue angle of 271.8º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6605BC is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 5 | 188 | - |
| CMYK | 0.46 | 0.97 | 0 | 0.26 |
| HSL | 271.8º | 0.95% | 0.38% | - |
| HSV(B) | 271.8º | 0.97% | 0.74% | - |
| XYZ | 14.61 | 6.56 | 48.07 | - |
| YUV | 54.87 | 203.14 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 5 | 188 | 0.46 | 0.97 | 0 | 0.26 | 271.8 | 0.95 | 0.38 |
| Hex | 66 | 5 | BC | 2E | 61 | 0 | 1A | 110 | 5F | 26 |
| Octal | 146 | 5 | 274 | 56 | 141 | 0 | 32 | 420 | 137 | 46 |
| Binary | 1100110 | 101 | 10111100 | 101110 | 1100001 | 0 | 11010 | 100010000 | 1011111 | 100110 |
Color Harmonies of #6605BC
Complementary color
Monochromatic Colors of #6605BC
Black with #6605BC
Text Example
Text Example
White with #6605BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6605BC; }
p { color: rgb(102,5,188); }
H1.HeaderClassName
{
color: #6605BC;
}
.AnyTagClassName
{
color: #6605BC;
}
</style>
background-color css
<style>
a { background-color: #6605BC; }
a { background-color: rgb(102,5,188); }
div.DivClassName
{
background-color: #6605BC;
}
.BgClassName
{
background-color: #6605BC;
}
</style>
border-color css
<style>
span { border-color: #6605BC; }
span { border-color: rgb(102,5,188); }
td.TdClassName
{
border-color: #6605BC;
}
.TagClassName
{
border-color: #6605BC;
}
</style>