Shades of Purple Heart #6745BC
Tints of Purple Heart #6745BC
RGB
CMYK
RGB Variations
Color information
#6745BC (or 0x6745BC) is known color: Purple Heart. HEX triplet: 67, 45 and BC. RGB value is (103,69,188). Sum of RGB (Red+Green+Blue) = 103+69+188=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #6745BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6745BC is #98BA43. Grayscale: #5C5C5C. Windows color (decimal): -10009156 or 12338535. OLE color: 12338535.
HSL color Cylindrical-coordinate representation of color #6745BC: hue angle of 257.14º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6745BC is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 69 | 188 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.26 |
| HSL | 257.14º | 0.47% | 0.5% | - |
| HSV(B) | 257.14º | 0.63% | 0.74% | - |
| XYZ | 16.8 | 10.77 | 48.77 | - |
| YUV | 92.73 | 181.76 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 188 | 0.45 | 0.63 | 0 | 0.26 | 257.14 | 0.47 | 0.5 |
| Hex | 67 | 45 | BC | 2D | 3F | 0 | 1A | 101 | 2F | 32 |
| Octal | 147 | 105 | 274 | 55 | 77 | 0 | 32 | 401 | 57 | 62 |
| Binary | 1100111 | 1000101 | 10111100 | 101101 | 111111 | 0 | 11010 | 100000001 | 101111 | 110010 |
Color Harmonies of #6745BC
Complementary color
Monochromatic Colors of #6745BC
Black with #6745BC
Text Example
Text Example
White with #6745BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6745BC; }
p { color: rgb(103,69,188); }
H1.HeaderClassName
{
color: #6745BC;
}
.AnyTagClassName
{
color: #6745BC;
}
</style>
background-color css
<style>
a { background-color: #6745BC; }
a { background-color: rgb(103,69,188); }
div.DivClassName
{
background-color: #6745BC;
}
.BgClassName
{
background-color: #6745BC;
}
</style>
border-color css
<style>
span { border-color: #6745BC; }
span { border-color: rgb(103,69,188); }
td.TdClassName
{
border-color: #6745BC;
}
.TagClassName
{
border-color: #6745BC;
}
</style>