Shades of Purple Heart #663BDD
Tints of Purple Heart #663BDD
RGB
CMYK
RGB Variations
Color information
#663BDD (or 0x663BDD) is known color: Purple Heart. HEX triplet: 66, 3B and DD. RGB value is (102,59,221). Sum of RGB (Red+Green+Blue) = 102+59+221=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #663BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663BDD is #99C422. Grayscale: #595959. Windows color (decimal): -10077219 or 14498662. OLE color: 14498662.
HSL color Cylindrical-coordinate representation of color #663BDD: hue angle of 255.93º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #663BDD is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 59 | 221 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.13 |
| HSL | 255.93º | 0.7% | 0.55% | - |
| HSV(B) | 255.93º | 0.73% | 0.87% | - |
| XYZ | 20.09 | 11.17 | 69.5 | - |
| YUV | 90.33 | 201.75 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 221 | 0.54 | 0.73 | 0 | 0.13 | 255.93 | 0.7 | 0.55 |
| Hex | 66 | 3B | DD | 36 | 49 | 0 | D | 100 | 46 | 37 |
| Octal | 146 | 73 | 335 | 66 | 111 | 0 | 15 | 400 | 106 | 67 |
| Binary | 1100110 | 111011 | 11011101 | 110110 | 1001001 | 0 | 1101 | 100000000 | 1000110 | 110111 |
Color Harmonies of #663BDD
Complementary color
Monochromatic Colors of #663BDD
Black with #663BDD
Text Example
Text Example
White with #663BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663BDD; }
p { color: rgb(102,59,221); }
H1.HeaderClassName
{
color: #663BDD;
}
.AnyTagClassName
{
color: #663BDD;
}
</style>
background-color css
<style>
a { background-color: #663BDD; }
a { background-color: rgb(102,59,221); }
div.DivClassName
{
background-color: #663BDD;
}
.BgClassName
{
background-color: #663BDD;
}
</style>
border-color css
<style>
span { border-color: #663BDD; }
span { border-color: rgb(102,59,221); }
td.TdClassName
{
border-color: #663BDD;
}
.TagClassName
{
border-color: #663BDD;
}
</style>