Shades of Purple Heart #6737BD
Tints of Purple Heart #6737BD
RGB
CMYK
RGB Variations
Color information
#6737BD (or 0x6737BD) is known color: Purple Heart. HEX triplet: 67, 37 and BD. RGB value is (103,55,189). Sum of RGB (Red+Green+Blue) = 103+55+189=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #6737BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6737BD is #98C842. Grayscale: #545454. Windows color (decimal): -10012739 or 12400487. OLE color: 12400487.
HSL color Cylindrical-coordinate representation of color #6737BD: hue angle of 261.49º 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 #6737BD is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 55 | 189 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.26 |
| HSL | 261.49º | 0.55% | 0.48% | - |
| HSV(B) | 261.49º | 0.71% | 0.74% | - |
| XYZ | 16.15 | 9.29 | 49.09 | - |
| YUV | 84.63 | 186.9 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 55 | 189 | 0.46 | 0.71 | 0 | 0.26 | 261.49 | 0.55 | 0.48 |
| Hex | 67 | 37 | BD | 2E | 47 | 0 | 1A | 105 | 37 | 30 |
| Octal | 147 | 67 | 275 | 56 | 107 | 0 | 32 | 405 | 67 | 60 |
| Binary | 1100111 | 110111 | 10111101 | 101110 | 1000111 | 0 | 11010 | 100000101 | 110111 | 110000 |
Color Harmonies of #6737BD
Complementary color
Monochromatic Colors of #6737BD
Black with #6737BD
Text Example
Text Example
White with #6737BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6737BD; }
p { color: rgb(103,55,189); }
H1.HeaderClassName
{
color: #6737BD;
}
.AnyTagClassName
{
color: #6737BD;
}
</style>
background-color css
<style>
a { background-color: #6737BD; }
a { background-color: rgb(103,55,189); }
div.DivClassName
{
background-color: #6737BD;
}
.BgClassName
{
background-color: #6737BD;
}
</style>
border-color css
<style>
span { border-color: #6737BD; }
span { border-color: rgb(103,55,189); }
td.TdClassName
{
border-color: #6737BD;
}
.TagClassName
{
border-color: #6737BD;
}
</style>