Shades of Purple Heart #6745BB
Tints of Purple Heart #6745BB
RGB
CMYK
RGB Variations
Color information
#6745BB (or 0x6745BB) is known color: Purple Heart. HEX triplet: 67, 45 and BB. RGB value is (103,69,187). Sum of RGB (Red+Green+Blue) = 103+69+187=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #6745BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6745BB is #98BA44. Grayscale: #5C5C5C. Windows color (decimal): -10009157 or 12272999. OLE color: 12272999.
HSL color Cylindrical-coordinate representation of color #6745BB: hue angle of 257.29º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6745BB is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 69 | 187 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.27 |
| HSL | 257.29º | 0.46% | 0.5% | - |
| HSV(B) | 257.29º | 0.63% | 0.73% | - |
| XYZ | 16.69 | 10.73 | 48.2 | - |
| YUV | 92.62 | 181.26 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 187 | 0.45 | 0.63 | 0 | 0.27 | 257.29 | 0.46 | 0.5 |
| Hex | 67 | 45 | BB | 2D | 3F | 0 | 1B | 101 | 2E | 32 |
| Octal | 147 | 105 | 273 | 55 | 77 | 0 | 33 | 401 | 56 | 62 |
| Binary | 1100111 | 1000101 | 10111011 | 101101 | 111111 | 0 | 11011 | 100000001 | 101110 | 110010 |
Color Harmonies of #6745BB
Complementary color
Monochromatic Colors of #6745BB
Black with #6745BB
Text Example
Text Example
White with #6745BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6745BB; }
p { color: rgb(103,69,187); }
H1.HeaderClassName
{
color: #6745BB;
}
.AnyTagClassName
{
color: #6745BB;
}
</style>
background-color css
<style>
a { background-color: #6745BB; }
a { background-color: rgb(103,69,187); }
div.DivClassName
{
background-color: #6745BB;
}
.BgClassName
{
background-color: #6745BB;
}
</style>
border-color css
<style>
span { border-color: #6745BB; }
span { border-color: rgb(103,69,187); }
td.TdClassName
{
border-color: #6745BB;
}
.TagClassName
{
border-color: #6745BB;
}
</style>