Shades of Purple Heart #663ACD
Tints of Purple Heart #663ACD
RGB
CMYK
RGB Variations
Color information
#663ACD (or 0x663ACD) is known color: Purple Heart. HEX triplet: 66, 3A and CD. RGB value is (102,58,205). Sum of RGB (Red+Green+Blue) = 102+58+205=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #663ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663ACD is #99C532. Grayscale: #575757. Windows color (decimal): -10077491 or 13449830. OLE color: 13449830.
HSL color Cylindrical-coordinate representation of color #663ACD: hue angle of 257.96º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #663ACD is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 58 | 205 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.20 |
| HSL | 257.96º | 0.6% | 0.52% | - |
| HSV(B) | 257.96º | 0.72% | 0.8% | - |
| XYZ | 18.01 | 10.26 | 58.79 | - |
| YUV | 87.91 | 194.08 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 205 | 0.50 | 0.72 | 0 | 0.20 | 257.96 | 0.6 | 0.52 |
| Hex | 66 | 3A | CD | 32 | 48 | 0 | 14 | 102 | 3C | 34 |
| Octal | 146 | 72 | 315 | 62 | 110 | 0 | 24 | 402 | 74 | 64 |
| Binary | 1100110 | 111010 | 11001101 | 110010 | 1001000 | 0 | 10100 | 100000010 | 111100 | 110100 |
Color Harmonies of #663ACD
Complementary color
Monochromatic Colors of #663ACD
Black with #663ACD
Text Example
Text Example
White with #663ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663ACD; }
p { color: rgb(102,58,205); }
H1.HeaderClassName
{
color: #663ACD;
}
.AnyTagClassName
{
color: #663ACD;
}
</style>
background-color css
<style>
a { background-color: #663ACD; }
a { background-color: rgb(102,58,205); }
div.DivClassName
{
background-color: #663ACD;
}
.BgClassName
{
background-color: #663ACD;
}
</style>
border-color css
<style>
span { border-color: #663ACD; }
span { border-color: rgb(102,58,205); }
td.TdClassName
{
border-color: #663ACD;
}
.TagClassName
{
border-color: #663ACD;
}
</style>