Shades of Purple Heart #663EBC
Tints of Purple Heart #663EBC
RGB
CMYK
RGB Variations
Color information
#663EBC (or 0x663EBC) is known color: Purple Heart. HEX triplet: 66, 3E and BC. RGB value is (102,62,188). Sum of RGB (Red+Green+Blue) = 102+62+188=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #663EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663EBC is #99C143. Grayscale: #575757. Windows color (decimal): -10076484 or 12336742. OLE color: 12336742.
HSL color Cylindrical-coordinate representation of color #663EBC: hue angle of 259.05º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #663EBC is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 62 | 188 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.26 |
| HSL | 259.05º | 0.5% | 0.49% | - |
| HSV(B) | 259.05º | 0.67% | 0.74% | - |
| XYZ | 16.28 | 9.9 | 48.63 | - |
| YUV | 88.32 | 184.25 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 188 | 0.46 | 0.67 | 0 | 0.26 | 259.05 | 0.5 | 0.49 |
| Hex | 66 | 3E | BC | 2E | 43 | 0 | 1A | 103 | 32 | 31 |
| Octal | 146 | 76 | 274 | 56 | 103 | 0 | 32 | 403 | 62 | 61 |
| Binary | 1100110 | 111110 | 10111100 | 101110 | 1000011 | 0 | 11010 | 100000011 | 110010 | 110001 |
Color Harmonies of #663EBC
Complementary color
Monochromatic Colors of #663EBC
Black with #663EBC
Text Example
Text Example
White with #663EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663EBC; }
p { color: rgb(102,62,188); }
H1.HeaderClassName
{
color: #663EBC;
}
.AnyTagClassName
{
color: #663EBC;
}
</style>
background-color css
<style>
a { background-color: #663EBC; }
a { background-color: rgb(102,62,188); }
div.DivClassName
{
background-color: #663EBC;
}
.BgClassName
{
background-color: #663EBC;
}
</style>
border-color css
<style>
span { border-color: #663EBC; }
span { border-color: rgb(102,62,188); }
td.TdClassName
{
border-color: #663EBC;
}
.TagClassName
{
border-color: #663EBC;
}
</style>