Shades of Purple Heart #663FC4
Tints of Purple Heart #663FC4
RGB
CMYK
RGB Variations
Color information
#663FC4 (or 0x663FC4) is known color: Purple Heart. HEX triplet: 66, 3F and C4. RGB value is (102,63,196). Sum of RGB (Red+Green+Blue) = 102+63+196=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 196 (76.95% from 255 or 54.29% from 361); Max value from RGB is 196 - color contains mainly: blue. Hex color #663FC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663FC4 is #99C03B. Grayscale: #595959. Windows color (decimal): -10076220 or 12861286. OLE color: 12861286.
HSL color Cylindrical-coordinate representation of color #663FC4: hue angle of 257.59º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #663FC4 is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 63 | 196 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.23 |
| HSL | 257.59º | 0.53% | 0.51% | - |
| HSV(B) | 257.59º | 0.68% | 0.77% | - |
| XYZ | 17.22 | 10.37 | 53.32 | - |
| YUV | 89.82 | 187.92 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 196 | 0.48 | 0.68 | 0 | 0.23 | 257.59 | 0.53 | 0.51 |
| Hex | 66 | 3F | C4 | 30 | 44 | 0 | 17 | 102 | 35 | 33 |
| Octal | 146 | 77 | 304 | 60 | 104 | 0 | 27 | 402 | 65 | 63 |
| Binary | 1100110 | 111111 | 11000100 | 110000 | 1000100 | 0 | 10111 | 100000010 | 110101 | 110011 |
Color Harmonies of #663FC4
Complementary color
Monochromatic Colors of #663FC4
Black with #663FC4
Text Example
Text Example
White with #663FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663FC4; }
p { color: rgb(102,63,196); }
H1.HeaderClassName
{
color: #663FC4;
}
.AnyTagClassName
{
color: #663FC4;
}
</style>
background-color css
<style>
a { background-color: #663FC4; }
a { background-color: rgb(102,63,196); }
div.DivClassName
{
background-color: #663FC4;
}
.BgClassName
{
background-color: #663FC4;
}
</style>
border-color css
<style>
span { border-color: #663FC4; }
span { border-color: rgb(102,63,196); }
td.TdClassName
{
border-color: #663FC4;
}
.TagClassName
{
border-color: #663FC4;
}
</style>