Shades of Purple Heart #663BDA
Tints of Purple Heart #663BDA
RGB
CMYK
RGB Variations
Color information
#663BDA (or 0x663BDA) is known color: Purple Heart. HEX triplet: 66, 3B and DA. RGB value is (102,59,218). Sum of RGB (Red+Green+Blue) = 102+59+218=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #663BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663BDA is #99C425. Grayscale: #595959. Windows color (decimal): -10077222 or 14302054. OLE color: 14302054.
HSL color Cylindrical-coordinate representation of color #663BDA: hue angle of 256.23º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #663BDA is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 59 | 218 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.15 |
| HSL | 256.23º | 0.68% | 0.54% | - |
| HSV(B) | 256.23º | 0.73% | 0.85% | - |
| XYZ | 19.7 | 11.01 | 67.42 | - |
| YUV | 89.98 | 200.25 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 218 | 0.53 | 0.73 | 0 | 0.15 | 256.23 | 0.68 | 0.54 |
| Hex | 66 | 3B | DA | 35 | 49 | 0 | F | 100 | 44 | 36 |
| Octal | 146 | 73 | 332 | 65 | 111 | 0 | 17 | 400 | 104 | 66 |
| Binary | 1100110 | 111011 | 11011010 | 110101 | 1001001 | 0 | 1111 | 100000000 | 1000100 | 110110 |
Color Harmonies of #663BDA
Complementary color
Monochromatic Colors of #663BDA
Black with #663BDA
Text Example
Text Example
White with #663BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663BDA; }
p { color: rgb(102,59,218); }
H1.HeaderClassName
{
color: #663BDA;
}
.AnyTagClassName
{
color: #663BDA;
}
</style>
background-color css
<style>
a { background-color: #663BDA; }
a { background-color: rgb(102,59,218); }
div.DivClassName
{
background-color: #663BDA;
}
.BgClassName
{
background-color: #663BDA;
}
</style>
border-color css
<style>
span { border-color: #663BDA; }
span { border-color: rgb(102,59,218); }
td.TdClassName
{
border-color: #663BDA;
}
.TagClassName
{
border-color: #663BDA;
}
</style>