Shades of Purple Heart #663BDF
Tints of Purple Heart #663BDF
RGB
CMYK
RGB Variations
Color information
#663BDF (or 0x663BDF) is known color: Purple Heart. HEX triplet: 66, 3B and DF. RGB value is (102,59,223). Sum of RGB (Red+Green+Blue) = 102+59+223=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #663BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663BDF is #99C420. Grayscale: #595959. Windows color (decimal): -10077217 or 14629734. OLE color: 14629734.
HSL color Cylindrical-coordinate representation of color #663BDF: hue angle of 255.73º 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 #663BDF is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 59 | 223 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.13 |
| HSL | 255.73º | 0.72% | 0.55% | - |
| HSV(B) | 255.73º | 0.74% | 0.87% | - |
| XYZ | 20.36 | 11.28 | 70.92 | - |
| YUV | 90.55 | 202.75 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 223 | 0.54 | 0.74 | 0 | 0.13 | 255.73 | 0.72 | 0.55 |
| Hex | 66 | 3B | DF | 36 | 4A | 0 | D | 100 | 48 | 37 |
| Octal | 146 | 73 | 337 | 66 | 112 | 0 | 15 | 400 | 110 | 67 |
| Binary | 1100110 | 111011 | 11011111 | 110110 | 1001010 | 0 | 1101 | 100000000 | 1001000 | 110111 |
Color Harmonies of #663BDF
Complementary color
Monochromatic Colors of #663BDF
Black with #663BDF
Text Example
Text Example
White with #663BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663BDF; }
p { color: rgb(102,59,223); }
H1.HeaderClassName
{
color: #663BDF;
}
.AnyTagClassName
{
color: #663BDF;
}
</style>
background-color css
<style>
a { background-color: #663BDF; }
a { background-color: rgb(102,59,223); }
div.DivClassName
{
background-color: #663BDF;
}
.BgClassName
{
background-color: #663BDF;
}
</style>
border-color css
<style>
span { border-color: #663BDF; }
span { border-color: rgb(102,59,223); }
td.TdClassName
{
border-color: #663BDF;
}
.TagClassName
{
border-color: #663BDF;
}
</style>