Shades of Purple Heart #6742BF
Tints of Purple Heart #6742BF
RGB
CMYK
RGB Variations
Color information
#6742BF (or 0x6742BF) is known color: Purple Heart. HEX triplet: 67, 42 and BF. RGB value is (103,66,191). Sum of RGB (Red+Green+Blue) = 103+66+191=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #6742BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6742BF is #98BD40. Grayscale: #5A5A5A. Windows color (decimal): -10009921 or 12534375. OLE color: 12534375.
HSL color Cylindrical-coordinate representation of color #6742BF: hue angle of 257.76º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6742BF is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 66 | 191 | - |
| CMYK | 0.46 | 0.65 | 0 | 0.25 |
| HSL | 257.76º | 0.49% | 0.5% | - |
| HSV(B) | 257.76º | 0.65% | 0.75% | - |
| XYZ | 16.95 | 10.54 | 50.43 | - |
| YUV | 91.31 | 184.26 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 191 | 0.46 | 0.65 | 0 | 0.25 | 257.76 | 0.49 | 0.5 |
| Hex | 67 | 42 | BF | 2E | 41 | 0 | 19 | 102 | 31 | 32 |
| Octal | 147 | 102 | 277 | 56 | 101 | 0 | 31 | 402 | 61 | 62 |
| Binary | 1100111 | 1000010 | 10111111 | 101110 | 1000001 | 0 | 11001 | 100000010 | 110001 | 110010 |
Color Harmonies of #6742BF
Complementary color
Monochromatic Colors of #6742BF
Black with #6742BF
Text Example
Text Example
White with #6742BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6742BF; }
p { color: rgb(103,66,191); }
H1.HeaderClassName
{
color: #6742BF;
}
.AnyTagClassName
{
color: #6742BF;
}
</style>
background-color css
<style>
a { background-color: #6742BF; }
a { background-color: rgb(103,66,191); }
div.DivClassName
{
background-color: #6742BF;
}
.BgClassName
{
background-color: #6742BF;
}
</style>
border-color css
<style>
span { border-color: #6742BF; }
span { border-color: rgb(103,66,191); }
td.TdClassName
{
border-color: #6742BF;
}
.TagClassName
{
border-color: #6742BF;
}
</style>