Shades of Purple Heart #663FCD
Tints of Purple Heart #663FCD
RGB
CMYK
RGB Variations
Color information
#663FCD (or 0x663FCD) is known color: Purple Heart. HEX triplet: 66, 3F and CD. RGB value is (102,63,205). Sum of RGB (Red+Green+Blue) = 102+63+205=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #663FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663FCD is #99C032. Grayscale: #5A5A5A. Windows color (decimal): -10076211 or 13451110. OLE color: 13451110.
HSL color Cylindrical-coordinate representation of color #663FCD: hue angle of 256.48º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #663FCD is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 63 | 205 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.20 |
| HSL | 256.48º | 0.59% | 0.53% | - |
| HSV(B) | 256.48º | 0.69% | 0.8% | - |
| XYZ | 18.28 | 10.79 | 58.88 | - |
| YUV | 90.85 | 192.42 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 205 | 0.50 | 0.69 | 0 | 0.20 | 256.48 | 0.59 | 0.53 |
| Hex | 66 | 3F | CD | 32 | 45 | 0 | 14 | 100 | 3B | 35 |
| Octal | 146 | 77 | 315 | 62 | 105 | 0 | 24 | 400 | 73 | 65 |
| Binary | 1100110 | 111111 | 11001101 | 110010 | 1000101 | 0 | 10100 | 100000000 | 111011 | 110101 |
Color Harmonies of #663FCD
Complementary color
Monochromatic Colors of #663FCD
Black with #663FCD
Text Example
Text Example
White with #663FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663FCD; }
p { color: rgb(102,63,205); }
H1.HeaderClassName
{
color: #663FCD;
}
.AnyTagClassName
{
color: #663FCD;
}
</style>
background-color css
<style>
a { background-color: #663FCD; }
a { background-color: rgb(102,63,205); }
div.DivClassName
{
background-color: #663FCD;
}
.BgClassName
{
background-color: #663FCD;
}
</style>
border-color css
<style>
span { border-color: #663FCD; }
span { border-color: rgb(102,63,205); }
td.TdClassName
{
border-color: #663FCD;
}
.TagClassName
{
border-color: #663FCD;
}
</style>