Shades of Purple Heart #6745BF
Tints of Purple Heart #6745BF
RGB
CMYK
RGB Variations
Color information
#6745BF (or 0x6745BF) is known color: Purple Heart. HEX triplet: 67, 45 and BF. RGB value is (103,69,191). Sum of RGB (Red+Green+Blue) = 103+69+191=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #6745BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6745BF is #98BA40. Grayscale: #5C5C5C. Windows color (decimal): -10009153 or 12535143. OLE color: 12535143.
HSL color Cylindrical-coordinate representation of color #6745BF: hue angle of 256.72º degrees, saturation: 0.49, 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 #6745BF is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 69 | 191 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.25 |
| HSL | 256.72º | 0.49% | 0.51% | - |
| HSV(B) | 256.72º | 0.64% | 0.75% | - |
| XYZ | 17.13 | 10.9 | 50.49 | - |
| YUV | 93.07 | 183.26 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 191 | 0.46 | 0.64 | 0 | 0.25 | 256.72 | 0.49 | 0.51 |
| Hex | 67 | 45 | BF | 2E | 40 | 0 | 19 | 101 | 31 | 33 |
| Octal | 147 | 105 | 277 | 56 | 100 | 0 | 31 | 401 | 61 | 63 |
| Binary | 1100111 | 1000101 | 10111111 | 101110 | 1000000 | 0 | 11001 | 100000001 | 110001 | 110011 |
Color Harmonies of #6745BF
Complementary color
Monochromatic Colors of #6745BF
Black with #6745BF
Text Example
Text Example
White with #6745BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6745BF; }
p { color: rgb(103,69,191); }
H1.HeaderClassName
{
color: #6745BF;
}
.AnyTagClassName
{
color: #6745BF;
}
</style>
background-color css
<style>
a { background-color: #6745BF; }
a { background-color: rgb(103,69,191); }
div.DivClassName
{
background-color: #6745BF;
}
.BgClassName
{
background-color: #6745BF;
}
</style>
border-color css
<style>
span { border-color: #6745BF; }
span { border-color: rgb(103,69,191); }
td.TdClassName
{
border-color: #6745BF;
}
.TagClassName
{
border-color: #6745BF;
}
</style>