Shades of Purple Heart #663ACC
Tints of Purple Heart #663ACC
RGB
CMYK
RGB Variations
Color information
#663ACC (or 0x663ACC) is known color: Purple Heart. HEX triplet: 66, 3A and CC. RGB value is (102,58,204). Sum of RGB (Red+Green+Blue) = 102+58+204=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #663ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663ACC is #99C533. Grayscale: #575757. Windows color (decimal): -10077492 or 13384294. OLE color: 13384294.
HSL color Cylindrical-coordinate representation of color #663ACC: hue angle of 258.08º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #663ACC is Cyan = 0.5, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 58 | 204 | - |
| CMYK | 0.5 | 0.72 | 0 | 0.2 |
| HSL | 258.08º | 0.59% | 0.51% | - |
| HSV(B) | 258.08º | 0.72% | 0.8% | - |
| XYZ | 17.89 | 10.21 | 58.15 | - |
| YUV | 87.8 | 193.58 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 204 | 0.5 | 0.72 | 0 | 0.2 | 258.08 | 0.59 | 0.51 |
| Hex | 66 | 3A | CC | 32 | 48 | 0 | 14 | 102 | 3B | 33 |
| Octal | 146 | 72 | 314 | 62 | 110 | 0 | 24 | 402 | 73 | 63 |
| Binary | 1100110 | 111010 | 11001100 | 110010 | 1001000 | 0 | 10100 | 100000010 | 111011 | 110011 |
Color Harmonies of #663ACC
Complementary color
Monochromatic Colors of #663ACC
Black with #663ACC
Text Example
Text Example
White with #663ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663ACC; }
p { color: rgb(102,58,204); }
H1.HeaderClassName
{
color: #663ACC;
}
.AnyTagClassName
{
color: #663ACC;
}
</style>
background-color css
<style>
a { background-color: #663ACC; }
a { background-color: rgb(102,58,204); }
div.DivClassName
{
background-color: #663ACC;
}
.BgClassName
{
background-color: #663ACC;
}
</style>
border-color css
<style>
span { border-color: #663ACC; }
span { border-color: rgb(102,58,204); }
td.TdClassName
{
border-color: #663ACC;
}
.TagClassName
{
border-color: #663ACC;
}
</style>