Shades of Purple Heart #6737D7
Tints of Purple Heart #6737D7
RGB
CMYK
RGB Variations
Color information
#6737D7 (or 0x6737D7) is known color: Purple Heart. HEX triplet: 67, 37 and D7. RGB value is (103,55,215). Sum of RGB (Red+Green+Blue) = 103+55+215=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 55 (21.88% from 255 or 14.75% from 373); Blue value is 215 (84.38% from 255 or 57.64% from 373); Max value from RGB is 215 - color contains mainly: blue. Hex color #6737D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6737D7 is #98C828. Grayscale: #575757. Windows color (decimal): -10012713 or 14104423. OLE color: 14104423.
HSL color Cylindrical-coordinate representation of color #6737D7: hue angle of 258º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6737D7 is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 55 | 215 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.16 |
| HSL | 258º | 0.67% | 0.53% | - |
| HSV(B) | 258º | 0.74% | 0.84% | - |
| XYZ | 19.23 | 10.52 | 65.31 | - |
| YUV | 87.59 | 199.9 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 55 | 215 | 0.52 | 0.74 | 0 | 0.16 | 258 | 0.67 | 0.53 |
| Hex | 67 | 37 | D7 | 34 | 4A | 0 | 10 | 102 | 43 | 35 |
| Octal | 147 | 67 | 327 | 64 | 112 | 0 | 20 | 402 | 103 | 65 |
| Binary | 1100111 | 110111 | 11010111 | 110100 | 1001010 | 0 | 10000 | 100000010 | 1000011 | 110101 |
Color Harmonies of #6737D7
Complementary color
Monochromatic Colors of #6737D7
Black with #6737D7
Text Example
Text Example
White with #6737D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6737D7; }
p { color: rgb(103,55,215); }
H1.HeaderClassName
{
color: #6737D7;
}
.AnyTagClassName
{
color: #6737D7;
}
</style>
background-color css
<style>
a { background-color: #6737D7; }
a { background-color: rgb(103,55,215); }
div.DivClassName
{
background-color: #6737D7;
}
.BgClassName
{
background-color: #6737D7;
}
</style>
border-color css
<style>
span { border-color: #6737D7; }
span { border-color: rgb(103,55,215); }
td.TdClassName
{
border-color: #6737D7;
}
.TagClassName
{
border-color: #6737D7;
}
</style>