Shades of Purple Heart #663DBE
Tints of Purple Heart #663DBE
RGB
CMYK
RGB Variations
Color information
#663DBE (or 0x663DBE) is known color: Purple Heart. HEX triplet: 66, 3D and BE. RGB value is (102,61,190). Sum of RGB (Red+Green+Blue) = 102+61+190=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #663DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663DBE is #99C241. Grayscale: #575757. Windows color (decimal): -10076738 or 12467558. OLE color: 12467558.
HSL color Cylindrical-coordinate representation of color #663DBE: hue angle of 259.07º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #663DBE is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 61 | 190 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.25 |
| HSL | 259.07º | 0.51% | 0.49% | - |
| HSV(B) | 259.07º | 0.68% | 0.75% | - |
| XYZ | 16.44 | 9.88 | 49.76 | - |
| YUV | 87.97 | 185.58 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 190 | 0.46 | 0.68 | 0 | 0.25 | 259.07 | 0.51 | 0.49 |
| Hex | 66 | 3D | BE | 2E | 44 | 0 | 19 | 103 | 33 | 31 |
| Octal | 146 | 75 | 276 | 56 | 104 | 0 | 31 | 403 | 63 | 61 |
| Binary | 1100110 | 111101 | 10111110 | 101110 | 1000100 | 0 | 11001 | 100000011 | 110011 | 110001 |
Color Harmonies of #663DBE
Complementary color
Monochromatic Colors of #663DBE
Black with #663DBE
Text Example
Text Example
White with #663DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663DBE; }
p { color: rgb(102,61,190); }
H1.HeaderClassName
{
color: #663DBE;
}
.AnyTagClassName
{
color: #663DBE;
}
</style>
background-color css
<style>
a { background-color: #663DBE; }
a { background-color: rgb(102,61,190); }
div.DivClassName
{
background-color: #663DBE;
}
.BgClassName
{
background-color: #663DBE;
}
</style>
border-color css
<style>
span { border-color: #663DBE; }
span { border-color: rgb(102,61,190); }
td.TdClassName
{
border-color: #663DBE;
}
.TagClassName
{
border-color: #663DBE;
}
</style>