Shades of Purple Heart #6744BE
Tints of Purple Heart #6744BE
RGB
CMYK
RGB Variations
Color information
#6744BE (or 0x6744BE) is known color: Purple Heart. HEX triplet: 67, 44 and BE. RGB value is (103,68,190). Sum of RGB (Red+Green+Blue) = 103+68+190=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #6744BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6744BE is #98BB41. Grayscale: #5B5B5B. Windows color (decimal): -10009410 or 12469351. OLE color: 12469351.
HSL color Cylindrical-coordinate representation of color #6744BE: hue angle of 257.21º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6744BE is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 68 | 190 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.25 |
| HSL | 257.21º | 0.48% | 0.51% | - |
| HSV(B) | 257.21º | 0.64% | 0.75% | - |
| XYZ | 16.95 | 10.74 | 49.89 | - |
| YUV | 92.37 | 183.1 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 68 | 190 | 0.46 | 0.64 | 0 | 0.25 | 257.21 | 0.48 | 0.51 |
| Hex | 67 | 44 | BE | 2E | 40 | 0 | 19 | 101 | 30 | 33 |
| Octal | 147 | 104 | 276 | 56 | 100 | 0 | 31 | 401 | 60 | 63 |
| Binary | 1100111 | 1000100 | 10111110 | 101110 | 1000000 | 0 | 11001 | 100000001 | 110000 | 110011 |
Color Harmonies of #6744BE
Complementary color
Monochromatic Colors of #6744BE
Black with #6744BE
Text Example
Text Example
White with #6744BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6744BE; }
p { color: rgb(103,68,190); }
H1.HeaderClassName
{
color: #6744BE;
}
.AnyTagClassName
{
color: #6744BE;
}
</style>
background-color css
<style>
a { background-color: #6744BE; }
a { background-color: rgb(103,68,190); }
div.DivClassName
{
background-color: #6744BE;
}
.BgClassName
{
background-color: #6744BE;
}
</style>
border-color css
<style>
span { border-color: #6744BE; }
span { border-color: rgb(103,68,190); }
td.TdClassName
{
border-color: #6744BE;
}
.TagClassName
{
border-color: #6744BE;
}
</style>