Shades of Purple Heart #663ADC
Tints of Purple Heart #663ADC
RGB
CMYK
RGB Variations
Color information
#663ADC (or 0x663ADC) is known color: Purple Heart. HEX triplet: 66, 3A and DC. RGB value is (102,58,220). Sum of RGB (Red+Green+Blue) = 102+58+220=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #663ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663ADC is #99C523. Grayscale: #595959. Windows color (decimal): -10077476 or 14432870. OLE color: 14432870.
HSL color Cylindrical-coordinate representation of color #663ADC: hue angle of 256.3º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #663ADC is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 58 | 220 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.14 |
| HSL | 256.3º | 0.7% | 0.55% | - |
| HSV(B) | 256.3º | 0.74% | 0.86% | - |
| XYZ | 19.91 | 11.02 | 68.79 | - |
| YUV | 89.62 | 201.58 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 220 | 0.54 | 0.74 | 0 | 0.14 | 256.3 | 0.7 | 0.55 |
| Hex | 66 | 3A | DC | 36 | 4A | 0 | E | 100 | 46 | 37 |
| Octal | 146 | 72 | 334 | 66 | 112 | 0 | 16 | 400 | 106 | 67 |
| Binary | 1100110 | 111010 | 11011100 | 110110 | 1001010 | 0 | 1110 | 100000000 | 1000110 | 110111 |
Color Harmonies of #663ADC
Complementary color
Monochromatic Colors of #663ADC
Black with #663ADC
Text Example
Text Example
White with #663ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663ADC; }
p { color: rgb(102,58,220); }
H1.HeaderClassName
{
color: #663ADC;
}
.AnyTagClassName
{
color: #663ADC;
}
</style>
background-color css
<style>
a { background-color: #663ADC; }
a { background-color: rgb(102,58,220); }
div.DivClassName
{
background-color: #663ADC;
}
.BgClassName
{
background-color: #663ADC;
}
</style>
border-color css
<style>
span { border-color: #663ADC; }
span { border-color: rgb(102,58,220); }
td.TdClassName
{
border-color: #663ADC;
}
.TagClassName
{
border-color: #663ADC;
}
</style>