Shades of Purple Heart #6740BF
Tints of Purple Heart #6740BF
RGB
CMYK
RGB Variations
Color information
#6740BF (or 0x6740BF) is known color: Purple Heart. HEX triplet: 67, 40 and BF. RGB value is (103,64,191). Sum of RGB (Red+Green+Blue) = 103+64+191=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #6740BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6740BF is #98BF40. Grayscale: #595959. Windows color (decimal): -10010433 or 12533863. OLE color: 12533863.
HSL color Cylindrical-coordinate representation of color #6740BF: hue angle of 258.43º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6740BF is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 64 | 191 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.25 |
| HSL | 258.43º | 0.5% | 0.5% | - |
| HSV(B) | 258.43º | 0.66% | 0.75% | - |
| XYZ | 16.83 | 10.31 | 50.39 | - |
| YUV | 90.14 | 184.92 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 64 | 191 | 0.46 | 0.66 | 0 | 0.25 | 258.43 | 0.5 | 0.5 |
| Hex | 67 | 40 | BF | 2E | 42 | 0 | 19 | 102 | 32 | 32 |
| Octal | 147 | 100 | 277 | 56 | 102 | 0 | 31 | 402 | 62 | 62 |
| Binary | 1100111 | 1000000 | 10111111 | 101110 | 1000010 | 0 | 11001 | 100000010 | 110010 | 110010 |
Color Harmonies of #6740BF
Complementary color
Monochromatic Colors of #6740BF
Black with #6740BF
Text Example
Text Example
White with #6740BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6740BF; }
p { color: rgb(103,64,191); }
H1.HeaderClassName
{
color: #6740BF;
}
.AnyTagClassName
{
color: #6740BF;
}
</style>
background-color css
<style>
a { background-color: #6740BF; }
a { background-color: rgb(103,64,191); }
div.DivClassName
{
background-color: #6740BF;
}
.BgClassName
{
background-color: #6740BF;
}
</style>
border-color css
<style>
span { border-color: #6740BF; }
span { border-color: rgb(103,64,191); }
td.TdClassName
{
border-color: #6740BF;
}
.TagClassName
{
border-color: #6740BF;
}
</style>