Shades of Purple Heart #663FBC
Tints of Purple Heart #663FBC
RGB
CMYK
RGB Variations
Color information
#663FBC (or 0x663FBC) is known color: Purple Heart. HEX triplet: 66, 3F and BC. RGB value is (102,63,188). Sum of RGB (Red+Green+Blue) = 102+63+188=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #663FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663FBC is #99C043. Grayscale: #585858. Windows color (decimal): -10076228 or 12336998. OLE color: 12336998.
HSL color Cylindrical-coordinate representation of color #663FBC: hue angle of 258.72º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #663FBC is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 63 | 188 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.26 |
| HSL | 258.72º | 0.5% | 0.49% | - |
| HSV(B) | 258.72º | 0.66% | 0.74% | - |
| XYZ | 16.33 | 10.01 | 48.65 | - |
| YUV | 88.91 | 183.92 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 188 | 0.46 | 0.66 | 0 | 0.26 | 258.72 | 0.5 | 0.49 |
| Hex | 66 | 3F | BC | 2E | 42 | 0 | 1A | 103 | 32 | 31 |
| Octal | 146 | 77 | 274 | 56 | 102 | 0 | 32 | 403 | 62 | 61 |
| Binary | 1100110 | 111111 | 10111100 | 101110 | 1000010 | 0 | 11010 | 100000011 | 110010 | 110001 |
Color Harmonies of #663FBC
Complementary color
Monochromatic Colors of #663FBC
Black with #663FBC
Text Example
Text Example
White with #663FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663FBC; }
p { color: rgb(102,63,188); }
H1.HeaderClassName
{
color: #663FBC;
}
.AnyTagClassName
{
color: #663FBC;
}
</style>
background-color css
<style>
a { background-color: #663FBC; }
a { background-color: rgb(102,63,188); }
div.DivClassName
{
background-color: #663FBC;
}
.BgClassName
{
background-color: #663FBC;
}
</style>
border-color css
<style>
span { border-color: #663FBC; }
span { border-color: rgb(102,63,188); }
td.TdClassName
{
border-color: #663FBC;
}
.TagClassName
{
border-color: #663FBC;
}
</style>