Shades of Purple Heart #663FC0
Tints of Purple Heart #663FC0
RGB
CMYK
RGB Variations
Color information
#663FC0 (or 0x663FC0) is known color: Purple Heart. HEX triplet: 66, 3F and C0. RGB value is (102,63,192). Sum of RGB (Red+Green+Blue) = 102+63+192=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 192 (75.39% from 255 or 53.78% from 357); Max value from RGB is 192 - color contains mainly: blue. Hex color #663FC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663FC0 is #99C03F. Grayscale: #585858. Windows color (decimal): -10076224 or 12599142. OLE color: 12599142.
HSL color Cylindrical-coordinate representation of color #663FC0: hue angle of 258.14º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #663FC0 is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 63 | 192 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.25 |
| HSL | 258.14º | 0.51% | 0.5% | - |
| HSV(B) | 258.14º | 0.67% | 0.75% | - |
| XYZ | 16.77 | 10.19 | 50.95 | - |
| YUV | 89.37 | 185.92 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 192 | 0.47 | 0.67 | 0 | 0.25 | 258.14 | 0.51 | 0.5 |
| Hex | 66 | 3F | C0 | 2F | 43 | 0 | 19 | 102 | 33 | 32 |
| Octal | 146 | 77 | 300 | 57 | 103 | 0 | 31 | 402 | 63 | 62 |
| Binary | 1100110 | 111111 | 11000000 | 101111 | 1000011 | 0 | 11001 | 100000010 | 110011 | 110010 |
Color Harmonies of #663FC0
Complementary color
Monochromatic Colors of #663FC0
Black with #663FC0
Text Example
Text Example
White with #663FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663FC0; }
p { color: rgb(102,63,192); }
H1.HeaderClassName
{
color: #663FC0;
}
.AnyTagClassName
{
color: #663FC0;
}
</style>
background-color css
<style>
a { background-color: #663FC0; }
a { background-color: rgb(102,63,192); }
div.DivClassName
{
background-color: #663FC0;
}
.BgClassName
{
background-color: #663FC0;
}
</style>
border-color css
<style>
span { border-color: #663FC0; }
span { border-color: rgb(102,63,192); }
td.TdClassName
{
border-color: #663FC0;
}
.TagClassName
{
border-color: #663FC0;
}
</style>