Shades of Purple Heart #6745BE
Tints of Purple Heart #6745BE
RGB
CMYK
RGB Variations
Color information
#6745BE (or 0x6745BE) is known color: Purple Heart. HEX triplet: 67, 45 and BE. RGB value is (103,69,190). Sum of RGB (Red+Green+Blue) = 103+69+190=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #6745BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6745BE is #98BA41. Grayscale: #5C5C5C. Windows color (decimal): -10009154 or 12469607. OLE color: 12469607.
HSL color Cylindrical-coordinate representation of color #6745BE: hue angle of 256.86º 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 #6745BE is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 69 | 190 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.25 |
| HSL | 256.86º | 0.48% | 0.51% | - |
| HSV(B) | 256.86º | 0.64% | 0.75% | - |
| XYZ | 17.02 | 10.86 | 49.91 | - |
| YUV | 92.96 | 182.76 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 190 | 0.46 | 0.64 | 0 | 0.25 | 256.86 | 0.48 | 0.51 |
| Hex | 67 | 45 | BE | 2E | 40 | 0 | 19 | 101 | 30 | 33 |
| Octal | 147 | 105 | 276 | 56 | 100 | 0 | 31 | 401 | 60 | 63 |
| Binary | 1100111 | 1000101 | 10111110 | 101110 | 1000000 | 0 | 11001 | 100000001 | 110000 | 110011 |
Color Harmonies of #6745BE
Complementary color
Monochromatic Colors of #6745BE
Black with #6745BE
Text Example
Text Example
White with #6745BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6745BE; }
p { color: rgb(103,69,190); }
H1.HeaderClassName
{
color: #6745BE;
}
.AnyTagClassName
{
color: #6745BE;
}
</style>
background-color css
<style>
a { background-color: #6745BE; }
a { background-color: rgb(103,69,190); }
div.DivClassName
{
background-color: #6745BE;
}
.BgClassName
{
background-color: #6745BE;
}
</style>
border-color css
<style>
span { border-color: #6745BE; }
span { border-color: rgb(103,69,190); }
td.TdClassName
{
border-color: #6745BE;
}
.TagClassName
{
border-color: #6745BE;
}
</style>