Shades of Purple Heart #663CDC
Tints of Purple Heart #663CDC
RGB
CMYK
RGB Variations
Color information
#663CDC (or 0x663CDC) is known color: Purple Heart. HEX triplet: 66, 3C and DC. RGB value is (102,60,220). Sum of RGB (Red+Green+Blue) = 102+60+220=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #663CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663CDC is #99C323. Grayscale: #5A5A5A. Windows color (decimal): -10076964 or 14433382. OLE color: 14433382.
HSL color Cylindrical-coordinate representation of color #663CDC: hue angle of 255.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #663CDC is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 60 | 220 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.14 |
| HSL | 255.75º | 0.7% | 0.55% | - |
| HSV(B) | 255.75º | 0.73% | 0.86% | - |
| XYZ | 20.01 | 11.22 | 68.82 | - |
| YUV | 90.8 | 200.91 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 220 | 0.54 | 0.73 | 0 | 0.14 | 255.75 | 0.7 | 0.55 |
| Hex | 66 | 3C | DC | 36 | 49 | 0 | E | 100 | 46 | 37 |
| Octal | 146 | 74 | 334 | 66 | 111 | 0 | 16 | 400 | 106 | 67 |
| Binary | 1100110 | 111100 | 11011100 | 110110 | 1001001 | 0 | 1110 | 100000000 | 1000110 | 110111 |
Color Harmonies of #663CDC
Complementary color
Monochromatic Colors of #663CDC
Black with #663CDC
Text Example
Text Example
White with #663CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663CDC; }
p { color: rgb(102,60,220); }
H1.HeaderClassName
{
color: #663CDC;
}
.AnyTagClassName
{
color: #663CDC;
}
</style>
background-color css
<style>
a { background-color: #663CDC; }
a { background-color: rgb(102,60,220); }
div.DivClassName
{
background-color: #663CDC;
}
.BgClassName
{
background-color: #663CDC;
}
</style>
border-color css
<style>
span { border-color: #663CDC; }
span { border-color: rgb(102,60,220); }
td.TdClassName
{
border-color: #663CDC;
}
.TagClassName
{
border-color: #663CDC;
}
</style>