Shades of Purple Heart #6641BC
Tints of Purple Heart #6641BC
RGB
CMYK
RGB Variations
Color information
#6641BC (or 0x6641BC) is known color: Purple Heart. HEX triplet: 66, 41 and BC. RGB value is (102,65,188). Sum of RGB (Red+Green+Blue) = 102+65+188=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #6641BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6641BC is #99BE43. Grayscale: #595959. Windows color (decimal): -10075716 or 12337510. OLE color: 12337510.
HSL color Cylindrical-coordinate representation of color #6641BC: hue angle of 258.05º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6641BC is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 65 | 188 | - |
| CMYK | 0.46 | 0.65 | 0 | 0.26 |
| HSL | 258.05º | 0.49% | 0.5% | - |
| HSV(B) | 258.05º | 0.65% | 0.74% | - |
| XYZ | 16.45 | 10.24 | 48.69 | - |
| YUV | 90.09 | 183.26 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 188 | 0.46 | 0.65 | 0 | 0.26 | 258.05 | 0.49 | 0.5 |
| Hex | 66 | 41 | BC | 2E | 41 | 0 | 1A | 102 | 31 | 32 |
| Octal | 146 | 101 | 274 | 56 | 101 | 0 | 32 | 402 | 61 | 62 |
| Binary | 1100110 | 1000001 | 10111100 | 101110 | 1000001 | 0 | 11010 | 100000010 | 110001 | 110010 |
Color Harmonies of #6641BC
Complementary color
Monochromatic Colors of #6641BC
Black with #6641BC
Text Example
Text Example
White with #6641BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6641BC; }
p { color: rgb(102,65,188); }
H1.HeaderClassName
{
color: #6641BC;
}
.AnyTagClassName
{
color: #6641BC;
}
</style>
background-color css
<style>
a { background-color: #6641BC; }
a { background-color: rgb(102,65,188); }
div.DivClassName
{
background-color: #6641BC;
}
.BgClassName
{
background-color: #6641BC;
}
</style>
border-color css
<style>
span { border-color: #6641BC; }
span { border-color: rgb(102,65,188); }
td.TdClassName
{
border-color: #6641BC;
}
.TagClassName
{
border-color: #6641BC;
}
</style>