Shades of Purple Heart #663DD5
Tints of Purple Heart #663DD5
RGB
CMYK
RGB Variations
Color information
#663DD5 (or 0x663DD5) is known color: Purple Heart. HEX triplet: 66, 3D and D5. RGB value is (102,61,213). Sum of RGB (Red+Green+Blue) = 102+61+213=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 213 (83.59% from 255 or 56.65% from 376); Max value from RGB is 213 - color contains mainly: blue. Hex color #663DD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663DD5 is #99C22A. Grayscale: #5A5A5A. Windows color (decimal): -10076715 or 13974886. OLE color: 13974886.
HSL color Cylindrical-coordinate representation of color #663DD5: hue angle of 256.18º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #663DD5 is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 61 | 213 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.16 |
| HSL | 256.18º | 0.64% | 0.54% | - |
| HSV(B) | 256.18º | 0.71% | 0.84% | - |
| XYZ | 19.16 | 10.97 | 64.06 | - |
| YUV | 90.59 | 197.08 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 213 | 0.52 | 0.71 | 0 | 0.16 | 256.18 | 0.64 | 0.54 |
| Hex | 66 | 3D | D5 | 34 | 47 | 0 | 10 | 100 | 40 | 36 |
| Octal | 146 | 75 | 325 | 64 | 107 | 0 | 20 | 400 | 100 | 66 |
| Binary | 1100110 | 111101 | 11010101 | 110100 | 1000111 | 0 | 10000 | 100000000 | 1000000 | 110110 |
Color Harmonies of #663DD5
Complementary color
Monochromatic Colors of #663DD5
Black with #663DD5
Text Example
Text Example
White with #663DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663DD5; }
p { color: rgb(102,61,213); }
H1.HeaderClassName
{
color: #663DD5;
}
.AnyTagClassName
{
color: #663DD5;
}
</style>
background-color css
<style>
a { background-color: #663DD5; }
a { background-color: rgb(102,61,213); }
div.DivClassName
{
background-color: #663DD5;
}
.BgClassName
{
background-color: #663DD5;
}
</style>
border-color css
<style>
span { border-color: #663DD5; }
span { border-color: rgb(102,61,213); }
td.TdClassName
{
border-color: #663DD5;
}
.TagClassName
{
border-color: #663DD5;
}
</style>