Shades of Purple Heart #663BBB
Tints of Purple Heart #663BBB
RGB
CMYK
RGB Variations
Color information
#663BBB (or 0x663BBB) is known color: Purple Heart. HEX triplet: 66, 3B and BB. RGB value is (102,59,187). Sum of RGB (Red+Green+Blue) = 102+59+187=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #663BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663BBB is #99C444. Grayscale: #555555. Windows color (decimal): -10077253 or 12270438. OLE color: 12270438.
HSL color Cylindrical-coordinate representation of color #663BBB: hue angle of 260.16º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #663BBB is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 59 | 187 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.27 |
| HSL | 260.16º | 0.52% | 0.48% | - |
| HSV(B) | 260.16º | 0.68% | 0.73% | - |
| XYZ | 16.01 | 9.54 | 48.01 | - |
| YUV | 86.45 | 184.75 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 187 | 0.45 | 0.68 | 0 | 0.27 | 260.16 | 0.52 | 0.48 |
| Hex | 66 | 3B | BB | 2D | 44 | 0 | 1B | 104 | 34 | 30 |
| Octal | 146 | 73 | 273 | 55 | 104 | 0 | 33 | 404 | 64 | 60 |
| Binary | 1100110 | 111011 | 10111011 | 101101 | 1000100 | 0 | 11011 | 100000100 | 110100 | 110000 |
Color Harmonies of #663BBB
Complementary color
Monochromatic Colors of #663BBB
Black with #663BBB
Text Example
Text Example
White with #663BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663BBB; }
p { color: rgb(102,59,187); }
H1.HeaderClassName
{
color: #663BBB;
}
.AnyTagClassName
{
color: #663BBB;
}
</style>
background-color css
<style>
a { background-color: #663BBB; }
a { background-color: rgb(102,59,187); }
div.DivClassName
{
background-color: #663BBB;
}
.BgClassName
{
background-color: #663BBB;
}
</style>
border-color css
<style>
span { border-color: #663BBB; }
span { border-color: rgb(102,59,187); }
td.TdClassName
{
border-color: #663BBB;
}
.TagClassName
{
border-color: #663BBB;
}
</style>