Shades of Purple Heart #6737BB
Tints of Purple Heart #6737BB
RGB
CMYK
RGB Variations
Color information
#6737BB (or 0x6737BB) is known color: Purple Heart. HEX triplet: 67, 37 and BB. RGB value is (103,55,187). Sum of RGB (Red+Green+Blue) = 103+55+187=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #6737BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6737BB is #98C844. Grayscale: #535353. Windows color (decimal): -10012741 or 12269415. OLE color: 12269415.
HSL color Cylindrical-coordinate representation of color #6737BB: hue angle of 261.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6737BB is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 55 | 187 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.27 |
| HSL | 261.82º | 0.55% | 0.47% | - |
| HSV(B) | 261.82º | 0.71% | 0.73% | - |
| XYZ | 15.93 | 9.2 | 47.95 | - |
| YUV | 84.4 | 185.9 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 55 | 187 | 0.45 | 0.71 | 0 | 0.27 | 261.82 | 0.55 | 0.47 |
| Hex | 67 | 37 | BB | 2D | 47 | 0 | 1B | 106 | 37 | 2F |
| Octal | 147 | 67 | 273 | 55 | 107 | 0 | 33 | 406 | 67 | 57 |
| Binary | 1100111 | 110111 | 10111011 | 101101 | 1000111 | 0 | 11011 | 100000110 | 110111 | 101111 |
Color Harmonies of #6737BB
Complementary color
Monochromatic Colors of #6737BB
Black with #6737BB
Text Example
Text Example
White with #6737BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6737BB; }
p { color: rgb(103,55,187); }
H1.HeaderClassName
{
color: #6737BB;
}
.AnyTagClassName
{
color: #6737BB;
}
</style>
background-color css
<style>
a { background-color: #6737BB; }
a { background-color: rgb(103,55,187); }
div.DivClassName
{
background-color: #6737BB;
}
.BgClassName
{
background-color: #6737BB;
}
</style>
border-color css
<style>
span { border-color: #6737BB; }
span { border-color: rgb(103,55,187); }
td.TdClassName
{
border-color: #6737BB;
}
.TagClassName
{
border-color: #6737BB;
}
</style>