Shades of Purple Heart #6640BA
Tints of Purple Heart #6640BA
RGB
CMYK
RGB Variations
Color information
#6640BA (or 0x6640BA) is known color: Purple Heart. HEX triplet: 66, 40 and BA. RGB value is (102,64,186). Sum of RGB (Red+Green+Blue) = 102+64+186=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #6640BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6640BA is #99BF45. Grayscale: #585858. Windows color (decimal): -10075974 or 12206182. OLE color: 12206182.
HSL color Cylindrical-coordinate representation of color #6640BA: hue angle of 258.69º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6640BA is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 64 | 186 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.27 |
| HSL | 258.69º | 0.49% | 0.49% | - |
| HSV(B) | 258.69º | 0.66% | 0.73% | - |
| XYZ | 16.18 | 10.04 | 47.54 | - |
| YUV | 89.27 | 182.59 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 186 | 0.45 | 0.66 | 0 | 0.27 | 258.69 | 0.49 | 0.49 |
| Hex | 66 | 40 | BA | 2D | 42 | 0 | 1B | 103 | 31 | 31 |
| Octal | 146 | 100 | 272 | 55 | 102 | 0 | 33 | 403 | 61 | 61 |
| Binary | 1100110 | 1000000 | 10111010 | 101101 | 1000010 | 0 | 11011 | 100000011 | 110001 | 110001 |
Color Harmonies of #6640BA
Complementary color
Monochromatic Colors of #6640BA
Black with #6640BA
Text Example
Text Example
White with #6640BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6640BA; }
p { color: rgb(102,64,186); }
H1.HeaderClassName
{
color: #6640BA;
}
.AnyTagClassName
{
color: #6640BA;
}
</style>
background-color css
<style>
a { background-color: #6640BA; }
a { background-color: rgb(102,64,186); }
div.DivClassName
{
background-color: #6640BA;
}
.BgClassName
{
background-color: #6640BA;
}
</style>
border-color css
<style>
span { border-color: #6640BA; }
span { border-color: rgb(102,64,186); }
td.TdClassName
{
border-color: #6640BA;
}
.TagClassName
{
border-color: #6640BA;
}
</style>