Shades of Purple Heart #6637BA
Tints of Purple Heart #6637BA
RGB
CMYK
RGB Variations
Color information
#6637BA (or 0x6637BA) is known color: Purple Heart. HEX triplet: 66, 37 and BA. RGB value is (102,55,186). Sum of RGB (Red+Green+Blue) = 102+55+186=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #6637BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6637BA is #99C845. Grayscale: #535353. Windows color (decimal): -10078278 or 12203878. OLE color: 12203878.
HSL color Cylindrical-coordinate representation of color #6637BA: hue angle of 261.53º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6637BA is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 55 | 186 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.27 |
| HSL | 261.53º | 0.54% | 0.47% | - |
| HSV(B) | 261.53º | 0.7% | 0.73% | - |
| XYZ | 15.71 | 9.1 | 47.38 | - |
| YUV | 83.99 | 185.57 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 55 | 186 | 0.45 | 0.70 | 0 | 0.27 | 261.53 | 0.54 | 0.47 |
| Hex | 66 | 37 | BA | 2D | 46 | 0 | 1B | 106 | 36 | 2F |
| Octal | 146 | 67 | 272 | 55 | 106 | 0 | 33 | 406 | 66 | 57 |
| Binary | 1100110 | 110111 | 10111010 | 101101 | 1000110 | 0 | 11011 | 100000110 | 110110 | 101111 |
Color Harmonies of #6637BA
Complementary color
Monochromatic Colors of #6637BA
Black with #6637BA
Text Example
Text Example
White with #6637BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6637BA; }
p { color: rgb(102,55,186); }
H1.HeaderClassName
{
color: #6637BA;
}
.AnyTagClassName
{
color: #6637BA;
}
</style>
background-color css
<style>
a { background-color: #6637BA; }
a { background-color: rgb(102,55,186); }
div.DivClassName
{
background-color: #6637BA;
}
.BgClassName
{
background-color: #6637BA;
}
</style>
border-color css
<style>
span { border-color: #6637BA; }
span { border-color: rgb(102,55,186); }
td.TdClassName
{
border-color: #6637BA;
}
.TagClassName
{
border-color: #6637BA;
}
</style>