Shades of Purple Heart #673BBB
Tints of Purple Heart #673BBB
RGB
CMYK
RGB Variations
Color information
#673BBB (or 0x673BBB) is known color: Purple Heart. HEX triplet: 67, 3B and BB. RGB value is (103,59,187). Sum of RGB (Red+Green+Blue) = 103+59+187=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #673BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673BBB is #98C444. Grayscale: #565656. Windows color (decimal): -10011717 or 12270439. OLE color: 12270439.
HSL color Cylindrical-coordinate representation of color #673BBB: hue angle of 260.62º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #673BBB is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 59 | 187 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.27 |
| HSL | 260.63º | 0.52% | 0.48% | - |
| HSV(B) | 260.63º | 0.68% | 0.73% | - |
| XYZ | 16.13 | 9.6 | 48.02 | - |
| YUV | 86.75 | 184.58 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 187 | 0.45 | 0.68 | 0 | 0.27 | 260.63 | 0.52 | 0.48 |
| Hex | 67 | 3B | BB | 2D | 44 | 0 | 1B | 105 | 34 | 30 |
| Octal | 147 | 73 | 273 | 55 | 104 | 0 | 33 | 405 | 64 | 60 |
| Binary | 1100111 | 111011 | 10111011 | 101101 | 1000100 | 0 | 11011 | 100000101 | 110100 | 110000 |
Color Harmonies of #673BBB
Complementary color
Monochromatic Colors of #673BBB
Black with #673BBB
Text Example
Text Example
White with #673BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673BBB; }
p { color: rgb(103,59,187); }
H1.HeaderClassName
{
color: #673BBB;
}
.AnyTagClassName
{
color: #673BBB;
}
</style>
background-color css
<style>
a { background-color: #673BBB; }
a { background-color: rgb(103,59,187); }
div.DivClassName
{
background-color: #673BBB;
}
.BgClassName
{
background-color: #673BBB;
}
</style>
border-color css
<style>
span { border-color: #673BBB; }
span { border-color: rgb(103,59,187); }
td.TdClassName
{
border-color: #673BBB;
}
.TagClassName
{
border-color: #673BBB;
}
</style>