Shades of Purple Heart #6631BC
Tints of Purple Heart #6631BC
RGB
CMYK
RGB Variations
Color information
#6631BC (or 0x6631BC) is known color: Purple Heart. HEX triplet: 66, 31 and BC. RGB value is (102,49,188). Sum of RGB (Red+Green+Blue) = 102+49+188=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #6631BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6631BC is #99CE43. Grayscale: #505050. Windows color (decimal): -10079812 or 12333414. OLE color: 12333414.
HSL color Cylindrical-coordinate representation of color #6631BC: hue angle of 262.88º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6631BC is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 49 | 188 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.26 |
| HSL | 262.88º | 0.59% | 0.46% | - |
| HSV(B) | 262.88º | 0.74% | 0.74% | - |
| XYZ | 15.65 | 8.65 | 48.42 | - |
| YUV | 80.69 | 188.56 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 188 | 0.46 | 0.74 | 0 | 0.26 | 262.88 | 0.59 | 0.46 |
| Hex | 66 | 31 | BC | 2E | 4A | 0 | 1A | 107 | 3B | 2E |
| Octal | 146 | 61 | 274 | 56 | 112 | 0 | 32 | 407 | 73 | 56 |
| Binary | 1100110 | 110001 | 10111100 | 101110 | 1001010 | 0 | 11010 | 100000111 | 111011 | 101110 |
Color Harmonies of #6631BC
Complementary color
Monochromatic Colors of #6631BC
Black with #6631BC
Text Example
Text Example
White with #6631BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6631BC; }
p { color: rgb(102,49,188); }
H1.HeaderClassName
{
color: #6631BC;
}
.AnyTagClassName
{
color: #6631BC;
}
</style>
background-color css
<style>
a { background-color: #6631BC; }
a { background-color: rgb(102,49,188); }
div.DivClassName
{
background-color: #6631BC;
}
.BgClassName
{
background-color: #6631BC;
}
</style>
border-color css
<style>
span { border-color: #6631BC; }
span { border-color: rgb(102,49,188); }
td.TdClassName
{
border-color: #6631BC;
}
.TagClassName
{
border-color: #6631BC;
}
</style>