Shades of Purple Heart #663DCC
Tints of Purple Heart #663DCC
RGB
CMYK
RGB Variations
Color information
#663DCC (or 0x663DCC) is known color: Purple Heart. HEX triplet: 66, 3D and CC. RGB value is (102,61,204). Sum of RGB (Red+Green+Blue) = 102+61+204=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #663DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663DCC is #99C233. Grayscale: #595959. Windows color (decimal): -10076724 or 13385062. OLE color: 13385062.
HSL color Cylindrical-coordinate representation of color #663DCC: hue angle of 257.2º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #663DCC is Cyan = 0.5, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 61 | 204 | - |
| CMYK | 0.5 | 0.70 | 0 | 0.2 |
| HSL | 257.2º | 0.58% | 0.52% | - |
| HSV(B) | 257.2º | 0.7% | 0.8% | - |
| XYZ | 18.05 | 10.52 | 58.21 | - |
| YUV | 89.56 | 192.58 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 204 | 0.5 | 0.70 | 0 | 0.2 | 257.2 | 0.58 | 0.52 |
| Hex | 66 | 3D | CC | 32 | 46 | 0 | 14 | 101 | 3A | 34 |
| Octal | 146 | 75 | 314 | 62 | 106 | 0 | 24 | 401 | 72 | 64 |
| Binary | 1100110 | 111101 | 11001100 | 110010 | 1000110 | 0 | 10100 | 100000001 | 111010 | 110100 |
Color Harmonies of #663DCC
Complementary color
Monochromatic Colors of #663DCC
Black with #663DCC
Text Example
Text Example
White with #663DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663DCC; }
p { color: rgb(102,61,204); }
H1.HeaderClassName
{
color: #663DCC;
}
.AnyTagClassName
{
color: #663DCC;
}
</style>
background-color css
<style>
a { background-color: #663DCC; }
a { background-color: rgb(102,61,204); }
div.DivClassName
{
background-color: #663DCC;
}
.BgClassName
{
background-color: #663DCC;
}
</style>
border-color css
<style>
span { border-color: #663DCC; }
span { border-color: rgb(102,61,204); }
td.TdClassName
{
border-color: #663DCC;
}
.TagClassName
{
border-color: #663DCC;
}
</style>