Shades of Purple Heart #6602BC
Tints of Purple Heart #6602BC
RGB
CMYK
RGB Variations
Color information
#6602BC (or 0x6602BC) is known color: Purple Heart. HEX triplet: 66, 02 and BC. RGB value is (102,2,188). Sum of RGB (Red+Green+Blue) = 102+2+188=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #6602BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6602BC is #99FD43. Grayscale: #343434. Windows color (decimal): -10091844 or 12321382. OLE color: 12321382.
HSL color Cylindrical-coordinate representation of color #6602BC: hue angle of 272.26º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6602BC is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 2 | 188 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.26 |
| HSL | 272.26º | 0.98% | 0.37% | - |
| HSV(B) | 272.26º | 0.99% | 0.74% | - |
| XYZ | 14.58 | 6.5 | 48.06 | - |
| YUV | 53.1 | 204.13 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 188 | 0.46 | 0.99 | 0 | 0.26 | 272.26 | 0.98 | 0.37 |
| Hex | 66 | 2 | BC | 2E | 63 | 0 | 1A | 110 | 62 | 25 |
| Octal | 146 | 2 | 274 | 56 | 143 | 0 | 32 | 420 | 142 | 45 |
| Binary | 1100110 | 10 | 10111100 | 101110 | 1100011 | 0 | 11010 | 100010000 | 1100010 | 100101 |
Color Harmonies of #6602BC
Complementary color
Monochromatic Colors of #6602BC
Black with #6602BC
Text Example
Text Example
White with #6602BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6602BC; }
p { color: rgb(102,2,188); }
H1.HeaderClassName
{
color: #6602BC;
}
.AnyTagClassName
{
color: #6602BC;
}
</style>
background-color css
<style>
a { background-color: #6602BC; }
a { background-color: rgb(102,2,188); }
div.DivClassName
{
background-color: #6602BC;
}
.BgClassName
{
background-color: #6602BC;
}
</style>
border-color css
<style>
span { border-color: #6602BC; }
span { border-color: rgb(102,2,188); }
td.TdClassName
{
border-color: #6602BC;
}
.TagClassName
{
border-color: #6602BC;
}
</style>