Shades of Purple Heart #663ADF
Tints of Purple Heart #663ADF
RGB
CMYK
RGB Variations
Color information
#663ADF (or 0x663ADF) is known color: Purple Heart. HEX triplet: 66, 3A and DF. RGB value is (102,58,223). Sum of RGB (Red+Green+Blue) = 102+58+223=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #663ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663ADF is #99C520. Grayscale: #595959. Windows color (decimal): -10077473 or 14629478. OLE color: 14629478.
HSL color Cylindrical-coordinate representation of color #663ADF: hue angle of 256º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #663ADF is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 58 | 223 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.13 |
| HSL | 256º | 0.72% | 0.55% | - |
| HSV(B) | 256º | 0.74% | 0.87% | - |
| XYZ | 20.31 | 11.18 | 70.9 | - |
| YUV | 89.97 | 203.08 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 223 | 0.54 | 0.74 | 0 | 0.13 | 256 | 0.72 | 0.55 |
| Hex | 66 | 3A | DF | 36 | 4A | 0 | D | 100 | 48 | 37 |
| Octal | 146 | 72 | 337 | 66 | 112 | 0 | 15 | 400 | 110 | 67 |
| Binary | 1100110 | 111010 | 11011111 | 110110 | 1001010 | 0 | 1101 | 100000000 | 1001000 | 110111 |
Color Harmonies of #663ADF
Complementary color
Monochromatic Colors of #663ADF
Black with #663ADF
Text Example
Text Example
White with #663ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663ADF; }
p { color: rgb(102,58,223); }
H1.HeaderClassName
{
color: #663ADF;
}
.AnyTagClassName
{
color: #663ADF;
}
</style>
background-color css
<style>
a { background-color: #663ADF; }
a { background-color: rgb(102,58,223); }
div.DivClassName
{
background-color: #663ADF;
}
.BgClassName
{
background-color: #663ADF;
}
</style>
border-color css
<style>
span { border-color: #663ADF; }
span { border-color: rgb(102,58,223); }
td.TdClassName
{
border-color: #663ADF;
}
.TagClassName
{
border-color: #663ADF;
}
</style>