Shades of Purple Heart #663BD8
Tints of Purple Heart #663BD8
RGB
CMYK
RGB Variations
Color information
#663BD8 (or 0x663BD8) is known color: Purple Heart. HEX triplet: 66, 3B and D8. RGB value is (102,59,216). Sum of RGB (Red+Green+Blue) = 102+59+216=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 216 (84.77% from 255 or 57.29% from 377); Max value from RGB is 216 - color contains mainly: blue. Hex color #663BD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663BD8 is #99C427. Grayscale: #595959. Windows color (decimal): -10077224 or 14170982. OLE color: 14170982.
HSL color Cylindrical-coordinate representation of color #663BD8: hue angle of 256.43º degrees, saturation: 0.67, 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 #663BD8 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 59 | 216 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.15 |
| HSL | 256.43º | 0.67% | 0.54% | - |
| HSV(B) | 256.43º | 0.73% | 0.85% | - |
| XYZ | 19.44 | 10.91 | 66.05 | - |
| YUV | 89.76 | 199.25 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 216 | 0.53 | 0.73 | 0 | 0.15 | 256.43 | 0.67 | 0.54 |
| Hex | 66 | 3B | D8 | 35 | 49 | 0 | F | 100 | 43 | 36 |
| Octal | 146 | 73 | 330 | 65 | 111 | 0 | 17 | 400 | 103 | 66 |
| Binary | 1100110 | 111011 | 11011000 | 110101 | 1001001 | 0 | 1111 | 100000000 | 1000011 | 110110 |
Color Harmonies of #663BD8
Complementary color
Monochromatic Colors of #663BD8
Black with #663BD8
Text Example
Text Example
White with #663BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663BD8; }
p { color: rgb(102,59,216); }
H1.HeaderClassName
{
color: #663BD8;
}
.AnyTagClassName
{
color: #663BD8;
}
</style>
background-color css
<style>
a { background-color: #663BD8; }
a { background-color: rgb(102,59,216); }
div.DivClassName
{
background-color: #663BD8;
}
.BgClassName
{
background-color: #663BD8;
}
</style>
border-color css
<style>
span { border-color: #663BD8; }
span { border-color: rgb(102,59,216); }
td.TdClassName
{
border-color: #663BD8;
}
.TagClassName
{
border-color: #663BD8;
}
</style>