Shades of Purple Heart #6737BC
Tints of Purple Heart #6737BC
RGB
CMYK
RGB Variations
Color information
#6737BC (or 0x6737BC) is known color: Purple Heart. HEX triplet: 67, 37 and BC. RGB value is (103,55,188). Sum of RGB (Red+Green+Blue) = 103+55+188=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #6737BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6737BC is #98C843. Grayscale: #545454. Windows color (decimal): -10012740 or 12334951. OLE color: 12334951.
HSL color Cylindrical-coordinate representation of color #6737BC: hue angle of 261.65º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6737BC is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 55 | 188 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.26 |
| HSL | 261.65º | 0.55% | 0.48% | - |
| HSV(B) | 261.65º | 0.71% | 0.74% | - |
| XYZ | 16.04 | 9.25 | 48.52 | - |
| YUV | 84.51 | 186.4 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 55 | 188 | 0.45 | 0.71 | 0 | 0.26 | 261.65 | 0.55 | 0.48 |
| Hex | 67 | 37 | BC | 2D | 47 | 0 | 1A | 106 | 37 | 30 |
| Octal | 147 | 67 | 274 | 55 | 107 | 0 | 32 | 406 | 67 | 60 |
| Binary | 1100111 | 110111 | 10111100 | 101101 | 1000111 | 0 | 11010 | 100000110 | 110111 | 110000 |
Color Harmonies of #6737BC
Complementary color
Monochromatic Colors of #6737BC
Black with #6737BC
Text Example
Text Example
White with #6737BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6737BC; }
p { color: rgb(103,55,188); }
H1.HeaderClassName
{
color: #6737BC;
}
.AnyTagClassName
{
color: #6737BC;
}
</style>
background-color css
<style>
a { background-color: #6737BC; }
a { background-color: rgb(103,55,188); }
div.DivClassName
{
background-color: #6737BC;
}
.BgClassName
{
background-color: #6737BC;
}
</style>
border-color css
<style>
span { border-color: #6737BC; }
span { border-color: rgb(103,55,188); }
td.TdClassName
{
border-color: #6737BC;
}
.TagClassName
{
border-color: #6737BC;
}
</style>