Shades of Purple Heart #663DBC
Tints of Purple Heart #663DBC
RGB
CMYK
RGB Variations
Color information
#663DBC (or 0x663DBC) is known color: Purple Heart. HEX triplet: 66, 3D and BC. RGB value is (102,61,188). Sum of RGB (Red+Green+Blue) = 102+61+188=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #663DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663DBC is #99C243. Grayscale: #575757. Windows color (decimal): -10076740 or 12336486. OLE color: 12336486.
HSL color Cylindrical-coordinate representation of color #663DBC: hue angle of 259.37º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #663DBC is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 61 | 188 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.26 |
| HSL | 259.37º | 0.51% | 0.49% | - |
| HSV(B) | 259.37º | 0.68% | 0.74% | - |
| XYZ | 16.23 | 9.79 | 48.61 | - |
| YUV | 87.74 | 184.58 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 188 | 0.46 | 0.68 | 0 | 0.26 | 259.37 | 0.51 | 0.49 |
| Hex | 66 | 3D | BC | 2E | 44 | 0 | 1A | 103 | 33 | 31 |
| Octal | 146 | 75 | 274 | 56 | 104 | 0 | 32 | 403 | 63 | 61 |
| Binary | 1100110 | 111101 | 10111100 | 101110 | 1000100 | 0 | 11010 | 100000011 | 110011 | 110001 |
Color Harmonies of #663DBC
Complementary color
Monochromatic Colors of #663DBC
Black with #663DBC
Text Example
Text Example
White with #663DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663DBC; }
p { color: rgb(102,61,188); }
H1.HeaderClassName
{
color: #663DBC;
}
.AnyTagClassName
{
color: #663DBC;
}
</style>
background-color css
<style>
a { background-color: #663DBC; }
a { background-color: rgb(102,61,188); }
div.DivClassName
{
background-color: #663DBC;
}
.BgClassName
{
background-color: #663DBC;
}
</style>
border-color css
<style>
span { border-color: #663DBC; }
span { border-color: rgb(102,61,188); }
td.TdClassName
{
border-color: #663DBC;
}
.TagClassName
{
border-color: #663DBC;
}
</style>