Shades of Purple Heart #673ABB
Tints of Purple Heart #673ABB
RGB
CMYK
RGB Variations
Color information
#673ABB (or 0x673ABB) is known color: Purple Heart. HEX triplet: 67, 3A and BB. RGB value is (103,58,187). Sum of RGB (Red+Green+Blue) = 103+58+187=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #673ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673ABB is #98C544. Grayscale: #555555. Windows color (decimal): -10011973 or 12270183. OLE color: 12270183.
HSL color Cylindrical-coordinate representation of color #673ABB: hue angle of 260.93º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #673ABB is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 58 | 187 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.27 |
| HSL | 260.93º | 0.53% | 0.48% | - |
| HSV(B) | 260.93º | 0.69% | 0.73% | - |
| XYZ | 16.08 | 9.5 | 48 | - |
| YUV | 86.16 | 184.91 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 187 | 0.45 | 0.69 | 0 | 0.27 | 260.93 | 0.53 | 0.48 |
| Hex | 67 | 3A | BB | 2D | 45 | 0 | 1B | 105 | 35 | 30 |
| Octal | 147 | 72 | 273 | 55 | 105 | 0 | 33 | 405 | 65 | 60 |
| Binary | 1100111 | 111010 | 10111011 | 101101 | 1000101 | 0 | 11011 | 100000101 | 110101 | 110000 |
Color Harmonies of #673ABB
Complementary color
Monochromatic Colors of #673ABB
Black with #673ABB
Text Example
Text Example
White with #673ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673ABB; }
p { color: rgb(103,58,187); }
H1.HeaderClassName
{
color: #673ABB;
}
.AnyTagClassName
{
color: #673ABB;
}
</style>
background-color css
<style>
a { background-color: #673ABB; }
a { background-color: rgb(103,58,187); }
div.DivClassName
{
background-color: #673ABB;
}
.BgClassName
{
background-color: #673ABB;
}
</style>
border-color css
<style>
span { border-color: #673ABB; }
span { border-color: rgb(103,58,187); }
td.TdClassName
{
border-color: #673ABB;
}
.TagClassName
{
border-color: #673ABB;
}
</style>