Shades of Purple Heart #663CBF
Tints of Purple Heart #663CBF
RGB
CMYK
RGB Variations
Color information
#663CBF (or 0x663CBF) is known color: Purple Heart. HEX triplet: 66, 3C and BF. RGB value is (102,60,191). Sum of RGB (Red+Green+Blue) = 102+60+191=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #663CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663CBF is #99C340. Grayscale: #575757. Windows color (decimal): -10076993 or 12532838. OLE color: 12532838.
HSL color Cylindrical-coordinate representation of color #663CBF: hue angle of 259.24º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #663CBF is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 60 | 191 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.25 |
| HSL | 259.24º | 0.52% | 0.49% | - |
| HSV(B) | 259.24º | 0.69% | 0.75% | - |
| XYZ | 16.5 | 9.82 | 50.32 | - |
| YUV | 87.49 | 186.41 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 191 | 0.47 | 0.69 | 0 | 0.25 | 259.24 | 0.52 | 0.49 |
| Hex | 66 | 3C | BF | 2F | 45 | 0 | 19 | 103 | 34 | 31 |
| Octal | 146 | 74 | 277 | 57 | 105 | 0 | 31 | 403 | 64 | 61 |
| Binary | 1100110 | 111100 | 10111111 | 101111 | 1000101 | 0 | 11001 | 100000011 | 110100 | 110001 |
Color Harmonies of #663CBF
Complementary color
Monochromatic Colors of #663CBF
Black with #663CBF
Text Example
Text Example
White with #663CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663CBF; }
p { color: rgb(102,60,191); }
H1.HeaderClassName
{
color: #663CBF;
}
.AnyTagClassName
{
color: #663CBF;
}
</style>
background-color css
<style>
a { background-color: #663CBF; }
a { background-color: rgb(102,60,191); }
div.DivClassName
{
background-color: #663CBF;
}
.BgClassName
{
background-color: #663CBF;
}
</style>
border-color css
<style>
span { border-color: #663CBF; }
span { border-color: rgb(102,60,191); }
td.TdClassName
{
border-color: #663CBF;
}
.TagClassName
{
border-color: #663CBF;
}
</style>